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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蝴驛我 | 111001011001101011101001100000111000100111100100 | e59ae98389e4 |
EUC-JP | 蝴驛我 | 111010011111101011110001111000111011001011100110 | e9faf1e3b2e6 |
UTF-8 | 蝴驛我 | 111010001001110110110100111010011010100110011011111001101000100010010001 | e89db4e9a99be68891 |
UHC | 蝴驛我 | 111110111101110111100110101111101110010010110010 | fbdde6bee4b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)