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 | 移????圓 | 1000100011011010001111110011111100111111001111111001101010100010 | 88da3f3f3f3f9aa2 |
EUC-JP | 移?檉??圓 | 10110000110111000011111110001111110001011011101100111111001111111101010010100100 | b0dc3f8fc5bb3f3fd4a4 |
UTF-8 | 移렡檉몃딧圓 | 111001111010011110111011111010111010000010100001111001101010101010001001111010111010101010000011111010111001010010100111111001011001110010010011 | e7a7bbeba0a1e6aa89ebaa83eb94a7e59c93 |
UHC | 移렡檉몃딧圓 | 111011001011100110001110101100101110111111100000101110001110101110110101111101111110101010101101 | ecb98eb2efe0b8ebb5f7eaad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)