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 | ?????A? | 00111111001111110011111100111111001111110100000100111111 | 3f3f3f3f3f413f |
SJIS-WIN | ??塾??A? | 0011111100111111100011110110110100111111001111110100000100111111 | 3f3f8f6d3f3f413f |
EUC-JP | ??塾??A? | 0011111100111111101111011100111000111111001111110100000100111111 | 3f3fbdce3f3f413f |
UTF-8 | 롉롊塾롖렔A롉 | 11101011101000011000100111101011101000011000101011100101101000011011111011101011101000011001011011101011101000001001010001000001111010111010000110001001 | eba189eba18ae5a1beeba196eba09441eba189 |
UHC | 롉롊塾롖렔A롉 | 10001110110011111000111011010000111000101101001110001110110110101000111010101001010000011000111011001111 | 8ecf8ed0e2d38eda8ea9418ecf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)