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 | 種幾漫 | 100011101110110110001010111101001001011010011111 | 8eed8af4969f |
EUC-JP | 種幾漫 | 101111001110111110110100111101101100110010100001 | bcefb4f6cca1 |
UTF-8 | 種幾漫 | 111001111010100010101110111001011011100110111110111001101011110010101011 | e7a8aee5b9bee6bcab |
UHC | 種幾漫 | 111100001111101011010000111110101101100010111100 | f0fad0fad8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)