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 | 移????爾 | 1000100011011010001111110011111100111111001111111000111010100010 | 88da3f3f3f3f8ea2 |
EUC-JP | 移?檉??爾 | 10110000110111000011111110001111110001011011101100111111001111111011110010100100 | b0dc3f8fc5bb3f3fbca4 |
UTF-8 | 移렡檉몃갱爾 | 111001111010011110111011111010111010000010100001111001101010101010001001111010111010101010000011111010101011000010110001111001111000100010111110 | e7a7bbeba0a1e6aa89ebaa83eab0b1e788be |
UHC | 移렡檉몃갱爾 | 111011001011100110001110101100101110111111100000101110001110101110110000101110111110110010110011 | ecb98eb2efe0b8ebb0bbecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)