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 | 娃?/ | 1000100010100001001111111000000101011110 | 88a13f815e |
EUC-JP | 娃?/ | 1011000010100011001111111010000110111111 | b0a33fa1bf |
UTF-8 | 娃됬/ | 111001011010100010000011111010111001000010101100111011111011110010001111 | e5a883eb90acefbc8f |
UHC | 娃됬/ | 111010001101111110001001111001111010001110101111 | e8df89e7a3af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)