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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 秀??什?? | 1000111101000111001111110011111110001111010110010011111100111111 | 8f473f3f8f593f3f |
EUC-JP | 秀??什?? | 1011110110101000001111110011111110111101101110100011111100111111 | bda83f3fbdba3f3f |
UTF-8 | 秀뜌뢚什롰뢅 | 111001111010011110000000111010111001110010001100111010111010001010011010111001001011101110000000111010111010000110110000111010111010001010000101 | e7a780eb9c8ceba29ae4bb80eba1b0eba285 |
UHC | 秀뜌뢚什롰뢅 | 111000101011001110001101100011111000111101010101111001001010011110001110111011011000111101000001 | e2b38d8f8f55e4a78eed8f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)