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 | ?班?蒡 | 001111111001010011000111001111111110010011101110 | 3f94c73fe4ee |
EUC-JP | ?班熢蒡 | 0011111111001000110010011000111111001010101010111110100011110000 | 3fc8c98fcaabe8f0 |
UTF-8 | 뤾班熢蒡 | 111010111010010010111110111001111000111110101101111001111000011010100010111010001001001010100001 | eba4bee78fade786a2e892a1 |
UHC | 뤾班熢蒡 | 1000111111101010110110101110110011011100111011001101101110111100 | 8feadaecdcecdbbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)