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 | 訒懣貍晟 | 1111101110100011100111001110111011100110101111001001110111101110 | fba39ceee6bc9dee |
EUC-JP | 訒懣貍晟 | 100011111101110111001000110110001111000011101100101111101101101011110000 | 8fddc8d8f0ecbedaf0 |
UTF-8 | 訒懣貍晟 | 111010001010100010010010111001101000011110100011111010001011001010001101111001101001100110011111 | e8a892e687a3e8b28de6999f |
UHC | ???晟 | 0011111100111111001111111110000011111001 | 3f3f3fe0f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)