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 | 逋懃劼陜 | 1110011110011001100111001110011110011001101000101110100010011101 | e7999ce799a2e89d |
EUC-JP | 逋懃劼陜 | 1110110111111001110110001110100111010010101001001110111111111101 | edf9d8e9d2a4effd |
UTF-8 | 逋懃劼陜 | 111010011000000010001011111001101000011110000011111001011000101010111100111010011001100110011100 | e9808be68783e58abce9999c |
UHC | 逋懃?陜 | 11111000111001111101000011000100001111111111100111110000 | f8e7d0c43ff9f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)