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 | ?ョ?繹 | 001111111000001110000111001111111110001110001000 | 3f83873fe388 |
EUC-JP | 邕ョ?繹 | 1000111111100001111011011010010111100111001111111110010111101000 | 8fe1eda5e73fe5e8 |
UTF-8 | 邕ョ깑繹 | 111010011000001010010101111000111000001110100111111010101011100110010001111001111011100110111001 | e98295e383a7eab991e7b9b9 |
UHC | 邕ョ깑繹 | 1110100010111011101010111110011110000011100010111110011010111010 | e8bbabe7838be6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)