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 | 咫?邂?翁ⅲ | 10011010010000000011111111100111101011100011111110001001101001011111101001000010 | 9a403fe7ae3f89a5fa42 |
EUC-JP | 咫?邂?翁? | 110100111010000100111111111011101011000000111111101100101010011100111111 | d3a13feeb03fb2a73f |
UTF-8 | 咫렡邂렡翁ⅲ | 111001011001001010101011111010111010000010100001111010011000001010000010111010111010000010100001111001111011111110000001111000101000010110110010 | e592abeba0a1e98282eba0a1e7bf81e285b2 |
UHC | 咫렡邂렡翁ⅲ | 111100101010000110001110101100101111101010110011100011101011001011101000101110101010010110100011 | f2a18eb2fab38eb2e8baa5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)