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 | 紆葛∋ | 111000101111110010001010100010111000000110111001 | e2fc8a8b81b9 |
EUC-JP | 紆葛∋ | 111001001111111010110011111010111010001010111011 | e4feb3eba2bb |
UTF-8 | 紆葛∋ | 111001111011010010000110111010001001000110011011111000101000100010001011 | e7b486e8919be2888b |
UHC | 紆葛∋ | 111010011110000111001010111001111010000111110101 | e9e1cae7a1f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)