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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鋻譽 | 11111011110110011110011010100011 | fbd9e6a3 |
EUC-JP | 鋻譽 | 1000111111100100110100011110110010100101 | 8fe4d1eca5 |
UTF-8 | 鋻譽 | 111010011000101110111011111010001010110110111101 | e98bbbe8adbd |
UHC | ?譽 | 001111111110011111100010 | 3fe7e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)