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 | 獄???? | 100011011001011000111111001111110011111100111111 | 8d963f3f3f3f |
EUC-JP | 獄??沅? | 1011100111110110001111110011111110001111110001101110100100111111 | b9f63f3f8fc6e93f |
UTF-8 | 獄띕솘沅둆 | 111001111000110110000100111010111001110110010101111011001000011010011000111001101011001010000101111010111001000110000110 | e78d84eb9d95ec8698e6b285eb9186 |
UHC | 獄띕솘沅둆 | 11101000101010111011011011101011100110011001011011101010101101101000101001000010 | e8abb6eb9996eab68a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)