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 | 第??叛 | 100100011110011000111111001111111001010010111110 | 91e63f3f94be |
EUC-JP | 第??叛 | 110000101110100000111111001111111100100011000000 | c2e83f3fc8c0 |
UTF-8 | 第뀄렪叛 | 111001111010110010101100111010111000000010000100111010111010000010101010111001011000111110011011 | e7acaceb8084eba0aae58f9b |
UHC | 第뀄렪叛 | 1111000010101111101100101110110110001110101110001101101011100100 | f0afb2ed8eb8dae4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)