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 | 翁??夷ら? | 100010011010010100111111001111111000100011001110100000101110011100111111 | 89a53f3f88ce82e73f |
EUC-JP | 翁??夷ら? | 101100101010011100111111001111111011000011010000101001001110100100111111 | b2a73f3fb0d0a4e93f |
UTF-8 | 翁띾끂夷ら렟 | 111001111011111110000001111010111001110110111110111010111000000110000010111001011010010010110111111000111000001010001001111010111010000010011111 | e7bf81eb9dbeeb8182e5a4b7e38289eba09f |
UHC | 翁띾끂夷ら렟 | 111010001011101010001101111010111000010110111000111011001010100010101010111010011000111010110000 | e8ba8deb85b8eca8aae98eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)