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 | 諱≫損 | 111001101000000110000001111000101001000110111001 | e68181e291b9 |
EUC-JP | 諱≫損 | 111010111110000110100010111001001100001010111011 | ebe1a2e4c2bb |
UTF-8 | 諱≫損 | 111010001010101110110001111000101000100110101011111001101001000010001101 | e8abb1e289abe6908d |
UHC | 諱≫損 | 111111011100100110100001111011011110000111011111 | fdc9a1ede1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)