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 | 咫????? | 10011010010000000011111100111111001111110011111100111111 | 9a403f3f3f3f3f |
EUC-JP | 咫????? | 11010011101000010011111100111111001111110011111100111111 | d3a13f3f3f3f3f |
UTF-8 | 咫렧梨희렰렪 | 111001011001001010101011111010111010000010100111111011111010011110100010111011011001110110101100111010111010000010110000111010111010000010101010 | e592abeba0a7efa7a2ed9daceba0b0eba0aa |
UHC | 咫렧梨희렰렪 | 111100101010000110001110101101101110110010110001110010001111000110001110101111011000111010111000 | f2a18eb6ecb1c8f18ebd8eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)