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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 倭??蜈?? | 1001100001100000001111110011111111100101100001010011111100111111 | 98603f3fe5853f3f |
EUC-JP | 倭??蜈?? | 1100111111000001001111110011111111101001111001010011111100111111 | cfc13f3fe9e53f3f |
UTF-8 | 倭뗧퇁蜈꿴릵 | 111001011000000010101101111010111001011110100111111011011000011110000001111010001001110010001000111010101011111110110100111010111010011010110101 | e580adeb97a7ed8781e89c88eabfb4eba6b5 |
UHC | 倭뗧퇁蜈꿴릵 | 111010001101111010001011111001111011011110010010111010001010010110110010111010011001000010010011 | e8de8be7b792e8a5b2e99093 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)