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 | 蒿齢侠邉 | 1110010011100100100101111110111010001011101000001110011110110011 | e4e497ee8ba0e7b3 |
EUC-JP | 蒿齢侠邉 | 1110100011100110110011101111000010110110101000101110111010110101 | e8e6cef0b6a2eeb5 |
UTF-8 | 蒿齢侠邉 | 111010001001001010111111111010011011110110100010111001001011111010100000111010011000001010001001 | e892bfe9bda2e4bea0e98289 |
UHC | 蒿??? | 1111101111011010001111110011111100111111 | fbda3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)