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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?班瓏??菴 | 001111111001010011000111111000001111101000111111001111111110010010111101 | 3f94c7e0fa3f3fe4bd |
EUC-JP | ?班瓏??菴 | 001111111100100011001001111000001111110000111111001111111110100010111111 | 3fc8c9e0fc3f3fe8bf |
UTF-8 | 뤾班瓏쮱콓菴 | 111010111010010010111110111001111000111110101101111001111001001110001111111011001010111010110001111011001011110110010011111010001000111110110100 | eba4bee78fade7938fecaeb1ecbd93e88fb4 |
UHC | 뤾班瓏쮱콓菴 | 100011111110101011011010111011001101011011101010101010001000111010110001100011111110010011100000 | 8feadaecd6eaa88eb18fe4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)