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 | ??¨? | 00111111001111111010100000111111 | 3f3fa83f |
SJIS-WIN | 在?¨柔 | 10001101110111010011111110000001010011101000111101011111 | 8ddd3f814e8f5f |
EUC-JP | 在?¨柔 | 10111010110111110011111110100001101011111011110111000000 | badf3fa1afbdc0 |
UTF-8 | 在용¨柔 | 1110010110011100101010001110110010011010101010011100001010101000111001101001111110010100 | e59ca8ec9aa9c2a8e69f94 |
UHC | 在용¨柔 | 1110111010100100101111111110101110100001101001111110101011110101 | eea4bfeba1a7eaf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)