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 | ¾ãÇÙ« | 10111110111000111000111111000111110110011000111010101011 | bee38fc7d98eab |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ?ã?ÇÙ?? | 00111111100011111010101110101010001111111000111110101010101011101000111110101010111000110011111100111111 | 3f8fabaa3f8faaae8faae33f3f |
UTF-8 | ¾ãÇÙ« | 1100001010111110110000111010001111000010100011111100001110000111110000111001100111000010100011101100001010101011 | c2bec3a3c28fc387c399c28ec2ab |
UHC | ¾?????? | 1010100011111010001111110011111100111111001111110011111100111111 | a8fa3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)