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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 峵リ鮹魲 | 11111010101011101101100011101001110000011111110001000010 | faaed8e9c1fc42 |
EUC-JP | ?リ鮹? | 001111111000111011011000111100101100001100111111 | 3f8ed8f2c33f |
UTF-8 | 峵リ鮹魲 | 111001011011001110110101111011111011111010011000111010011010111010111001111010011010110110110010 | e5b3b5efbe98e9aeb9e9adb2 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)