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 | 葹イ謔臥ッ | 1110010011011111101100101110011010000010100010011110011110101111 | e4dfb2e68289e7af |
EUC-JP | 葹イ謔臥ッ | 11101000111000011000111010110010111010111110001010110010111010011000111010101111 | e8e18eb2ebe2b2e98eaf |
UTF-8 | 葹イ謔臥ッ | 111010001001000110111001111011111011110110110010111010001010110010010100111010001000011110100101111011111011110110101111 | e891b9efbdb2e8ac94e887a5efbdaf |
UHC | ??謔臥? | 00111111001111111111100111001100111010001100001000111111 | 3f3ff9cce8c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)