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 | 苒??底 | 111001001001001000111111001111111001001011101010 | e4923f3f92ea |
EUC-JP | 苒??底 | 111001111111001000111111001111111100010011101100 | e7f23f3fc4ec |
UTF-8 | 苒곤슉底 | 111010001000101110010010111010101011001110100100111011001000101010001001111001011011101010010101 | e88b92eab3a4ec8a89e5ba95 |
UHC | 苒곤슉底 | 1110011011111110101100001110111110111101101101011110111010111100 | e6feb0efbdb5eebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)