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 | 漿??臧 | 100111111111011100111111001111111110010001101000 | 9ff73f3fe468 |
EUC-JP | 漿??臧 | 110111101111100100111111001111111110011111001001 | def93f3fe7c9 |
UTF-8 | 漿놅풚臧 | 111001101011110010111111111010111000011010000101111011011001001010011010111010001000011110100111 | e6bcbfeb8685ed929ae887a7 |
UHC | 漿놅풚臧 | 1110110111101100100001101110111110111110100111011110110111110101 | edec86efbe9dedf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)