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 | 種幾ぞ | 100011101110110110001010111101001000001010111100 | 8eed8af482bc |
EUC-JP | 種幾ぞ | 101111001110111110110100111101101010010010111110 | bcefb4f6a4be |
UTF-8 | 種幾ぞ | 111001111010100010101110111001011011100110111110111000111000000110011110 | e7a8aee5b9bee3819e |
UHC | 種幾ぞ | 111100001111101011010000111110101010101010111110 | f0fad0faaabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)