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 | 醤釟?贔 | 10001111110111011110011111011010001111111110011011011011 | 8fdde7da3fe6db |
EUC-JP | 醤釟繐贔 | 101111101101111111101110110111001000111111010100110100111110110011011101 | bedfeedc8fd4d3ecdd |
UTF-8 | 醤釟繐贔 | 111010011000011010100100111010011000011110011111111001111011100110010000111010001011010010010100 | e986a4e9879fe7b990e8b494 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)