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 | ???湲?? | 00111111001111110011111110011111110100010011111100111111 | 3f3f3f9fd13f3f |
EUC-JP | ???湲?? | 00111111001111110011111111011110110100110011111100111111 | 3f3f3fded33f3f |
UTF-8 | 劣꾩쥏湲썲렚 | 111011111010011010011101111010101011111010101001111011001010010110001111111001101011100110110010111011001000110110110010111010111010000010011010 | efa69deabea9eca58fe6b9b2ec8db2eba09a |
UHC | 劣꾩쥏湲썲렚 | 111001101110101110000100111011001010001010001000111010101011100010111101111001011000111010101101 | e6eb84eca288eab8bde58ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)