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 | ¾ãÇÙ«£ | 101111101110001110001111110001111101100110001110101010111000111010100011 | bee38fc7d98eab8ea3 |
SJIS-WIN | ????????£ | 00111111001111110011111100111111001111110011111100111111001111111000000110010010 | 3f3f3f3f3f3f3f3f8192 |
EUC-JP | ?ã?ÇÙ???£ | 00111111100011111010101110101010001111111000111110101010101011101000111110101010111000110011111100111111001111111010000111110010 | 3f8fabaa3f8faaae8faae33f3f3fa1f2 |
UTF-8 | ¾ãÇÙ«£ | 110000101011111011000011101000111100001010001111110000111000011111000011100110011100001010001110110000101010101111000010100011101100001010100011 | c2bec3a3c28fc387c399c28ec2abc28ec2a3 |
UHC | ¾???????? | 10101000111110100011111100111111001111110011111100111111001111110011111100111111 | a8fa3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)