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 | 穩レ?艤ょ | 111000100111001010000011100011000011111111100100011111101000001011100101 | e272838c3fe47e82e5 |
EUC-JP | 穩レ?艤ょ | 111000111101001110100101111011000011111111100111110111111010010011100111 | e3d3a5ec3fe7dfa4e7 |
UTF-8 | 穩レ옃艤ょ | 111001111010100110101001111000111000001110101100111011001001100010000011111010001000100110100100111000111000001010000111 | e7a9a9e383acec9883e889a4e38287 |
UHC | 穩レ옃艤ょ | 11101000101100011010101111101100100111101000111111101011111110101010101011100111 | e8b1abec9e8febfaaae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)