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 | 竣??拍豆? | 100011110111011000111111001111111001010010001111100100111010010000111111 | 8f763f3f948f93a43f |
EUC-JP | 竣??拍豆? | 101111011101011100111111001111111100011111101111110001101010011000111111 | bdd73f3fc7efc6a63f |
UTF-8 | 竣ㅶ렫拍豆렞 | 111001111010101110100011111000111000010110110110111010111010000010101011111001101000101110001101111010001011000110000110111010111010000010011110 | e7aba3e385b6eba0abe68b8de8b186eba09e |
UHC | 竣ㅶ렫拍豆렞 | 111100011110001010100100111001101000111010111001110110101101000011010100111001111000111010101111 | f1e2a4e68eb9dad0d4e78eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)