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 | 倭??恂?? | 1001100001100000001111110011111110011100100101100011111100111111 | 98603f3f9c963f3f |
EUC-JP | 倭??恂?? | 1100111111000001001111110011111111010111111101100011111100111111 | cfc13f3fd7f63f3f |
UTF-8 | 倭롩걗恂삭폇 | 111001011000000010101101111010111010000110101001111010101011000110010111111001101000000110000010111011001000001010101101111011011000111110000111 | e580adeba1a9eab197e68182ec82aded8f87 |
UHC | 倭롩걗恂삭폇 | 111010001101111010001110111010011000000110000010111000101110000110111011111010001011110010010100 | e8de8ee98182e2e1bbe8bc94 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)