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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 燁ァ鄕セ | 111110110101100110100111111110111011100010111110 | fb59a7fbb8be |
EUC-JP | 燁ァ?セ | 1000111111001010101100111000111010100111001111111000111010111110 | 8fcab38ea73f8ebe |
UTF-8 | 燁ァ鄕セ | 111001111000011110000001111011111011110110100111111010011000010010010101111011111011110110111110 | e78781efbda7e98495efbdbe |
UHC | 燁?鄕? | 111001111010011100111111111110101100000100111111 | e7a73ffac13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)