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 | ???項? | 001111110011111100111111100011011000000000111111 | 3f3f3f8d803f |
EUC-JP | ???項? | 001111110011111100111111101110011110000000111111 | 3f3f3fb9e03f |
UTF-8 | 緣쏅슚項덨 | 111001111011011110100011111011001000111110000101111011001000101010011010111010011010000010000101111010111000110110101000 | e7b7a3ec8f85ec8a9ae9a085eb8da8 |
UHC | 緣쏅슚項덨 | 11100110110111101001101111101011100110101010100011111010101000111000100101000010 | e6de9beb9aa8faa38942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)