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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 疾雫 | 11110000111000101000111010111110111100101011011010001110101101001111000011100010 | f0e28ebef2b68eb4f0e2 |
EUC-JP | ?疾?雫? | 00111111101111001100000000111111101111001011011000111111 | 3fbcc03fbcb63f |
UTF-8 | 疾雫 | 111011101000001010100001111001111001011010111110111011101000011110101101111010011001101110101011111011101000001010100001 | ee82a1e796beee87ade99babee82a1 |
UHC | ?疾??? | 001111111111001011110000001111110011111100111111 | 3ff2f03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)