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 | ??阪託 | 001111110011111110001101111000111001000111110101 | 3f3f8de391f5 |
EUC-JP | ??阪託 | 001111110011111110111010111001011100001011110111 | 3f3fbae5c2f7 |
UTF-8 | 룴점阪託 | 111010111010001110110100111011001010000010010000111010011001100010101010111010001010100010010111 | eba3b4eca090e998aae8a897 |
UHC | 룴점阪託 | 1000111110101001110000011010000111111000101000011111011011111110 | 8fa9c1a1f8a1f6fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)