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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 夜??油? | 10010110111010010011111100111111100101101111101100111111 | 96e93f3f96fb3f |
EUC-JP | 夜??油? | 11001100111010110011111100111111110011001111110100111111 | cceb3f3fccfd3f |
UTF-8 | 夜좊ㅎ油쪭 | 111001011010010010011100111011001010001010001010111000111000010110001110111001101011001010111001111011001010101010101101 | e5a49ceca28ae3858ee6b2b9ecaaad |
UHC | 夜좊ㅎ油쪭 | 11100101101010001010000011101011101001001011111011101010111110101010011001000110 | e5a8a0eba4beeafaa646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)