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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 羝種修茗器 | 11100011101101101000111011101101100011110100001111100100101010101000101011101101 | e3b68eed8f43e4aa8aed |
EUC-JP | 羝種修茗器 | 11100110101110001011110011101111101111011010010011101000101011001011010011101111 | e6b8bcefbda4e8acb4ef |
UTF-8 | 羝種修茗器 | 111001111011111010011101111001111010100010101110111001001011111110101110111010001000110010010111111001011001100110101000 | e7be9de7a8aee4bfaee88c97e599a8 |
UHC | ?種修茗器 | 001111111111000011111010111000011111001111011001101010111101000011101111 | 3ff0fae1f3d9abd0ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)