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 | 倭??蜈? | 10011000011000000011111100111111111001011000010100111111 | 98603f3fe5853f |
EUC-JP | 倭??蜈? | 11001111110000010011111100111111111010011110010100111111 | cfc13f3fe9e53f |
UTF-8 | 倭뗧퇁蜈꿴 | 111001011000000010101101111010111001011110100111111011011000011110000001111010001001110010001000111010101011111110110100 | e580adeb97a7ed8781e89c88eabfb4 |
UHC | 倭뗧퇁蜈꿴 | 11101000110111101000101111100111101101111001001011101000101001011011001011101001 | e8de8be7b792e8a5b2e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)