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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 誤?/ | 1000110011101011001111111000000101011110 | 8ceb3f815e |
EUC-JP | 誤?/ | 1011100011101101001111111010000110111111 | b8ed3fa1bf |
UTF-8 | 誤⑴/ | 111010001010101010100100111000101001000110110100111011111011110010001111 | e8aaa4e291b4efbc8f |
UHC | 誤⑴/ | 111010001010011010101001111001111010001110101111 | e8a6a9e7a3af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)