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 | 毬韈瘁瘁 | 1001111101111011111010001110011111100001100000011110000110000001 | 9f7be8e7e181e181 |
EUC-JP | 毬韈瘁瘁 | 1101110111011100111100001110100111100001111000011110000111100001 | dddcf0e9e1e1e1e1 |
UTF-8 | 毬韈瘁瘁 | 111001101010111110101100111010011001111110001000111001111001100010000001111001111001100010000001 | e6aface99f88e79881e79881 |
UHC | 毬??? | 1100111110110011001111110011111100111111 | cfb33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)