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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?i??? | 001111111000001010001001001111110011111100111111 | 3f82893f3f3f |
EUC-JP | ?i??? | 001111111010001111101001001111110011111100111111 | 3fa3e93f3f3f |
UTF-8 | 烈i쭠若ㅷ | 111011111010011010011111111011111011110110001001111011001010110110100000111011111010010110110100111000111000010110110111 | efa69fefbd89ecada0efa5b4e385b7 |
UHC | 烈i쭠若ㅷ | 11100110111011111010001111101001101001111001010111100101101011101010010011100111 | e6efa3e9a795e5aea4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)