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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ??鼠\ | 0011111100111111100100010110110001011100 | 3f3f916c5c |
EUC-JP | ??鼠\ | 0011111100111111110000011100110101011100 | 3f3fc1cd5c |
UTF-8 | 렼롚鼠\ | 11101011101000001011110011101011101000011001101011101001101111001010000001011100 | eba0bceba19ae9bca05c |
UHC | 렼롚鼠\ | 10001110110001001000111011011110111000001010100101011100 | 8ec48edee0a95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)