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 | 邯鞘鴬遐 | 1110011110110110100011111110001010001001101001111110011110100000 | e7b68fe289a7e7a0 |
EUC-JP | 邯鞘鴬遐 | 1110111010111000101111101110010010110010101010011110111010100010 | eeb8bee4b2a9eea2 |
UTF-8 | 邯鞘鴬遐 | 111010011000001010101111111010011001111010011000111010011011010010101100111010011000000110010000 | e982afe99e98e9b4ace98190 |
UHC | 邯??遐 | 110010101111101100111111001111111111100111000110 | cafb3f3ff9c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)