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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 踟イ繧古嶺゙ | 11100110111101111011001011100011100000101000110011000011100101111110010011011110 | e6f7b2e3828cc397e4de |
EUC-JP | 踟イ繧古嶺゙ | 111011001111100110001110101100101110010111100010101110001100010111001110111001101000111011011110 | ecf98eb2e5e2b8c5cee68ede |
UTF-8 | 踟イ繧古嶺゙ | 111010001011100010011111111011111011110110110010111001111011100110100111111001011000111110100100111001011011011010111010111011111011111010011110 | e8b89fefbdb2e7b9a7e58fa4e5b6baefbe9e |
UHC | ???古嶺? | 0011111100111111001111111100110110101111110101101011101000111111 | 3f3f3fcdafd6ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)