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 | 源?o翁葛? | 10001100101110010011111110000010100011111000100110100101100010101000101100111111 | 8cb93f828f89a58a8b3f |
EUC-JP | 源?o翁葛? | 10111000101110110011111110100011111011111011001010100111101100111110101100111111 | b8bb3fa3efb2a7b3eb3f |
UTF-8 | 源장o翁葛렩 | 111001101011101010010000111011001001111010100101111011111011110110001111111001111011111110000001111010001001000110011011111010111010000010101001 | e6ba90ec9ea5efbd8fe7bf81e8919beba0a9 |
UHC | 源장o翁葛렩 | 111010101011100111000000111001011010001111101111111010001011101011001010111001111000111010110111 | eab9c0e5a3efe8bacae78eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)