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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 漬篩? | 1001001011010000111000101011111100111111 | 92d0e2bf3f |
EUC-JP | 漬篩? | 1100010011010010111001001100000100111111 | c4d2e4c13f |
UTF-8 | 漬篩색 | 111001101011110010101100111001111010111110101001111011001000001110001001 | e6bcace7afa9ec8389 |
UHC | 漬篩색 | 111100101011000011011110111010001011101111110110 | f2b0dee8bbf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)