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 | 倭??葯? | 10011000011000000011111100111111111001001101111000111111 | 98603f3fe4de3f |
EUC-JP | 倭??葯? | 11001111110000010011111100111111111010001110000000111111 | cfc13f3fe8e03f |
UTF-8 | 倭㏝뜈葯륢 | 111001011000000010101101111000111000111110011101111010111001110010001000111010001001000110101111111010111010010110100010 | e580ade38f9deb9c88e891afeba5a2 |
UHC | 倭㏝뜈葯륢 | 11101000110111101010011111101001100011011000101111100101101101011001000001000111 | e8dea7e98d8be5b59047 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)