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 | ?其?? | 0011111110010001101101000011111100111111 | 3f91b43f3f |
EUC-JP | 邕其?? | 10001111111000011110110111000010101101100011111100111111 | 8fe1edc2b63f3f |
UTF-8 | 邕其렢렖 | 111010011000001010010101111001011000010110110110111010111010000010100010111010111010000010010110 | e98295e585b6eba0a2eba096 |
UHC | 邕其렢렖 | 1110100010111011110100001110110010001110101100111000111010101011 | e8bbd0ec8eb38eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)