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 | 終??楡?檗 | 100011110100100100111111001111111001111010111110001111111001111101000000 | 8f493f3f9ebe3f9f40 |
EUC-JP | 終??楡?檗 | 101111011010101000111111001111111101110011000000001111111101110110100001 | bdaa3f3fdcc03fdda1 |
UTF-8 | 終띄쏭楡얜檗 | 111001111011010110000010111010111001110110000100111011001000111110101101111001101010010110100001111011001001011010011100111001101010101010010111 | e7b582eb9d84ec8fade6a5a1ec969ce6aa97 |
UHC | 終띄쏭楡얜檗 | 111100001111101110110110111001111011110111110110111010101111100010111110111010111101101111111100 | f0fbb6e7bdf6eaf8beebdbfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)