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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 顏ェ繧育 | 11101000111110001010101011100011100000101000100011100111 | e8f8aae38288e7 |
EUC-JP | 顏ェ繧育 | 1111000011111010100011101010101011100101111000101011000011101001 | f0fa8eaae5e2b0e9 |
UTF-8 | 顏ェ繧育 | 111010011010000110001111111011111011110110101010111001111011100110100111111010001000001010110010 | e9a18fefbdaae7b9a7e882b2 |
UHC | ???育 | 0011111100111111001111111110101111000000 | 3f3f3febc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)