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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 釤レ齊ク雫鱶 | 11111011101111111101101011101010100011101011100010001110101101001110100111100110 | fbbfdaea8eb88eb4e9e6 |
EUC-JP | 釤レ齊ク雫鱶 | 10001111111000111010101010001110110110101111001111101110100011101011100010111100101101101111001011101000 | 8fe3aa8edaf3ee8eb8bcb6f2e8 |
UTF-8 | 釤レ齊ク雫鱶 | 111010011000011110100100111011111011111010011010111010011011110110001010111011111011110110111000111010011001101110101011111010011011000110110110 | e987a4efbe9ae9bd8aefbdb8e99babe9b1b6 |
UHC | ??齊??? | 00111111001111111111000010111010001111110011111100111111 | 3f3ff0ba3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)