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 | ???溢ゅ? | 0011111100111111001111111000100011101100100000101110001100111111 | 3f3f3f88ec82e33f |
EUC-JP | ???溢ゅ? | 0011111100111111001111111011000011101110101001001110010100111111 | 3f3f3fb0eea4e53f |
UTF-8 | 列룸벊溢ゅ푻 | 111011111010011010011100111010111010001110111000111010111011001010001010111001101011101010100010111000111000001010000101111011011001000110111011 | efa69ceba3b8ebb28ae6baa2e38285ed91bb |
UHC | 列룸벊溢ゅ푻 | 111001101110101010110111111010111001001110101101111011001110111010101010111001011011111010000111 | e6eab7eb93adeceeaae5be87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)