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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ???嶠? | 00111111001111110011111110001111101110111110111100111111 | 3f3f3f8fbbef3f |
UTF-8 | 렻렯렻嶠邏 | 111010111010000010111011111010111010000010101111111010111010000010111011111001011011011010100000111011111010010010010011 | eba0bbeba0afeba0bbe5b6a0efa493 |
UHC | 렻렯렻嶠邏 | 10001110110000111000111010111100100011101100001111001110111001001101000111100000 | 8ec38ebc8ec3cee4d1e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)