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 | 種伎? | 1000111011101101100010101110101000111111 | 8eed8aea3f |
EUC-JP | 種伎? | 1011110011101111101101001110110000111111 | bcefb4ec3f |
UTF-8 | 種伎뉵 | 111001111010100010101110111001001011110010001110111010111000100110110101 | e7a8aee4bc8eeb89b5 |
UHC | 種伎뉵 | 111100001111101011010000111010111011010010111011 | f0fad0ebb4bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)