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 | ?譽巐幔豫 | 001111111110011010100011111110101011011010011011111011011001100010101100 | 3fe6a3fab69bed98ac |
EUC-JP | 嶴譽巐幔豫 | 100011111011101111110011111011001010010110001111101110111111100111010110111011111101000010101110 | 8fbbf3eca58fbbf9d6efd0ae |
UTF-8 | 嶴譽巐幔豫 | 111001011011011010110100111010001010110110111101111001011011011110010000111001011011100110010100111010001011000110101011 | e5b6b4e8adbde5b790e5b994e8b1ab |
UHC | ?譽??豫 | 00111111111001111110001000111111001111111110011111100011 | 3fe7e23f3fe7e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)