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 | 寘誹貍基 | 1111101010101001100101001110111011100110101111001000101011101110 | faa994eee6bc8aee |
EUC-JP | 寘誹貍基 | 100011111011101011100001110010001111000011101100101111101011010011110000 | 8fbae1c8f0ecbeb4f0 |
UTF-8 | 寘誹貍基 | 111001011010111110011000111010001010101010111001111010001011001010001101111001011001111110111010 | e5af98e8aab9e8b28de59fba |
UHC | ?誹?基 | 001111111101111010100110001111111101000011110001 | 3fdea63fd0f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)