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 | 宵粹ェ、娼ヘ | 100011111010101011100010111011011010101010100100100011111010100111001101 | 8faae2edaaa48fa9cd |
EUC-JP | 宵粹ェ、娼ヘ | 101111101010110011100100111011111000111010101010100011101010010010111110101010111000111011001101 | beace4ef8eaa8ea4beab8ecd |
UTF-8 | 宵粹ェ、娼ヘ | 111001011010111010110101111001111011001010111001111011111011110110101010111011111011110110100100111001011010100010111100111011111011111010001101 | e5aeb5e7b2b9efbdaaefbda4e5a8bcefbe8d |
UHC | 宵粹??娼? | 111000011011001011100010101101100011111100111111111100111101111000111111 | e1b2e2b63f3ff3de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)