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 | 葮モ皙。 | 111001001101100111010011111000011010101010100001 | e4d9d3e1aaa1 |
EUC-JP | 葮モ皙。 | 1110100011011011100011101101001111100010101011001000111010100001 | e8db8ed3e2ac8ea1 |
UTF-8 | 葮モ皙。 | 111010001001000110101110111011111011111010010011111001111001101010011001111011111011110110100001 | e891aeefbe93e79a99efbda1 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)