To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?納?∫ | 001111111001010001011011001111111000000111100111 | 3f945b3f81e7 |
EUC-JP | ?納鋌∫ | 0011111111000111101111001000111111100100101110111010001011101001 | 3fc7bc8fe4bba2e9 |
UTF-8 | 룶納鋌∫ | 111010111010001110110110111001111011010010001101111010011000101110001100111000101000100010101011 | eba3b6e7b48de98b8ce288ab |
UHC | 룶納鋌∫ | 1000111110101011110100101010000111101111111110111010000111110010 | 8fabd2a1effba1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)