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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 畑?畑?B | 10010100101010000011111110010100101010000011111101000010 | 94a83f94a83f42 |
EUC-JP | 畑?畑?B | 11001000101010100011111111001000101010100011111101000010 | c8aa3fc8aa3f42 |
UTF-8 | 畑엍畑엍B | 11100111100101011001000111101100100101111000110111100111100101011001000111101100100101111000110101000010 | e79591ec978de79591ec978d42 |
UHC | 畑엍畑엍B | 111011111010010110011110011010011110111110100101100111100110100101000010 | efa59e69efa59e6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)