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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 逋ャ郤也珍 | 111001111001100110101100111001111011101010010110111001111001001010111111 | e799ace7ba96e792bf |
EUC-JP | 逋ャ郤也珍 | 11101101111110011000111010101100111011101011110011001100111010011100010011000001 | edf98eaceebccce9c4c1 |
UTF-8 | 逋ャ郤也珍 | 111010011000000010001011111011111011110110101100111010011000001110100100111001001011100110011111111001111000111110001101 | e9808befbdace983a4e4b99fe78f8d |
UHC | 逋??也珍 | 1111100011100111001111110011111111100101101001011111001011010010 | f8e73f3fe5a5f2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)