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 | 鋙ト齊。鴫鱧 | 11111011110100011100010011101010100011101010000110001110101100001110100111100101 | fbd1c4ea8ea18eb0e9e5 |
EUC-JP | 鋙ト齊。鴫鱧 | 10001111111001001100001110001110110001001111001111101110100011101010000110111100101100101111001011100111 | 8fe4c38ec4f3ee8ea1bcb2f2e7 |
UTF-8 | 鋙ト齊。鴫鱧 | 111010011000101110011001111011111011111010000100111010011011110110001010111011111011110110100001111010011011010010101011111010011011000110100111 | e98b99efbe84e9bd8aefbda1e9b4abe9b1a7 |
UHC | ??齊??? | 00111111001111111111000010111010001111110011111100111111 | 3f3ff0ba3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)