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 | ??設 | 00111111001111111001000011011101 | 3f3f90dd |
EUC-JP | ??設 | 00111111001111111100000011011111 | 3f3fc0df |
UTF-8 | 뤞빡設 | 111010111010010010011110111010111011100110100001111010001010100010101101 | eba49eebb9a1e8a8ad |
UHC | 뤞빡設 | 100011111100110110111010111111011110000011100010 | 8fcdbafde0e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)