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 | 枝?窪?醍 | 1000111001111101001111111000110001000101001111111001000111100111 | 8e7d3f8c453f91e7 |
EUC-JP | 枝?窪?醍 | 1011101111011110001111111011011110100110001111111100001011101001 | bbde3fb7a63fc2e9 |
UTF-8 | 枝렏窪렧醍 | 111001101001111010011101111010111010000010001111111001111010101010101010111010111010000010100111111010011000011010001101 | e69e9deba08fe7aaaaeba0a7e9868d |
UHC | 枝렏窪렧醍 | 11110010101010111000111010100101111010001100000110001110101101101111000010110101 | f2ab8ea5e8c18eb6f0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)