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 | ??y??yB | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
SJIS-WIN | 唸眄y唸眄yB | 1001101001011000111000011011111001111001100110100101100011100001101111100111100101000010 | 9a58e1be799a58e1be7942 |
EUC-JP | 唸眄y唸眄yB | 1101001110111001111000101100000001111001110100111011100111100010110000000111100101000010 | d3b9e2c079d3b9e2c07942 |
UTF-8 | 唸眄y唸眄yB | 111001011001010010111000111001111001110010000100011110011110010110010100101110001110011110011100100001000111100101000010 | e594b8e79c8479e594b8e79c847942 |
UHC | ?眄y?眄yB | 001111111101100011111000011110010011111111011000111110000111100101000010 | 3fd8f8793fd8f87942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)