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 | 鞐紗会シ | 11101000110111101000111011010001100010011110111110111100 | e8de8ed189efbc |
EUC-JP | 鞐紗会シ | 1111000011100000101111001101001110110010111100011000111010111100 | f0e0bcd3b2f18ebc |
UTF-8 | 鞐紗会シ | 111010011001111010010000111001111011010010010111111001001011110010011010111011111011110110111100 | e99e90e7b497e4bc9aefbdbc |
UHC | ?紗?? | 0011111111011110111010010011111100111111 | 3fdee93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)