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 | 鉤怜履 | 111001111110101010010111111001011001011110011010 | e7ea97e5979a |
EUC-JP | 鉤怜履 | 111011101110110011001110111001111100110111111010 | eeeccee7cdfa |
UTF-8 | 鉤怜履 | 111010011000100110100100111001101000000010011100111001011011000110100101 | e989a4e6809ce5b1a5 |
UHC | 鉤怜履 | 110011111100100111010110101110111101011111011011 | cfc9d6bbd7db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)