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 | 穩レ?艤ゅ | 111000100111001010000011100011000011111111100100011111101000001011100011 | e272838c3fe47e82e3 |
EUC-JP | 穩レ?艤ゅ | 111000111101001110100101111011000011111111100111110111111010010011100101 | e3d3a5ec3fe7dfa4e5 |
UTF-8 | 穩レ옃艤ゅ | 111001111010100110101001111000111000001110101100111011001001100010000011111010001000100110100100111000111000001010000101 | e7a9a9e383acec9883e889a4e38285 |
UHC | 穩レ옃艤ゅ | 11101000101100011010101111101100100111101000111111101011111110101010101011100101 | e8b1abec9e8febfaaae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)