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 | ???濡? | 001111110011111100111111100101000100011100111111 | 3f3f3f94473f |
EUC-JP | ???濡? | 001111110011111100111111110001111010100000111111 | 3f3f3fc7a83f |
UTF-8 | 溜긷볘濡꿡 | 111011111010011110001011111010101011100010110111111010111011001110011000111001101011111110100001111010101011111110100001 | efa78beab8b7ebb398e6bfa1eabfa1 |
UHC | 溜긷볘濡꿡 | 11101010111111101011000111100101101110101011011011101011101000011000010101011010 | eafeb1e5bab6eba1855a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)