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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 谿醇刊 | 111001101010111010001111100001101000101010100111 | e6ae8f868aa7 |
EUC-JP | 谿醇刊 | 111011001011000010111101111001101011010010101001 | ecb0bde6b4a9 |
UTF-8 | 谿醇刊 | 111010001011000010111111111010011000011010000111111001011000100010001010 | e8b0bfe98687e5888a |
UHC | 谿醇刊 | 110011011010110011100010111101011100101011001010 | cdace2f5caca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)