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 | ?????@h | 00111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f4068 |
SJIS-WIN | ???絶?@h | 0011111100111111001111111001000011100010001111110100000001101000 | 3f3f3f90e23f4068 |
EUC-JP | ???絶?@h | 0011111100111111001111111100000011100100001111110100000001101000 | 3f3f3fc0e43f4068 |
UTF-8 | 狀묕풄絶쐍@h | 1110111110100111101110101110101110101100100101011110110110010010100001001110011110110101101101101110110010010000100011010100000001101000 | efa7baebac95ed9284e7b5b6ec908d4068 |
UHC | 狀묕풄絶쐍@h | 111011011110111010010001111011111011111010001100111011111011111010011100011011100100000001101000 | edee91efbe8cefbe9c6e4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)