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 | 逡ッ峵運 | 11100111100101011010111111111010101011101000100101011110 | e795affaae895e |
EUC-JP | 逡ッ?運 | 11101101111101011000111010101111001111111011000110111111 | edf58eaf3fb1bf |
UTF-8 | 逡ッ峵運 | 111010011000000010100001111011111011110110101111111001011011001110110101111010011000000110001011 | e980a1efbdafe5b3b5e9818b |
UHC | 逡??運 | 111100011110010000111111001111111110101010100001 | f1e43f3feaa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)