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 | 撓℡?仰? | 1001110110011010100001111000010000111111100010111100001000111111 | 9d9a87843f8bc23f |
EUC-JP | 撓??仰? | 11011001111110100011111100111111101101101100010000111111 | d9fa3f3fb6c43f |
UTF-8 | 撓℡뛽仰팂 | 111001101001001010010011111000101000010010100001111010111001101110111101111001001011101110110000111011011000110010000010 | e69293e284a1eb9bbde4bbb0ed8c82 |
UHC | 撓℡뛽仰팂 | 11101000111101011010001011100101100011011000001111100100111001101011101101000110 | e8f5a2e58d83e4e6bb46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)