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 | l||z | 1000110101101100100011110111110010001111011111001000101001111010 | 8d6c8f7c8f7c8a7a |
SJIS-WIN | ?l?|?|?z | 0011111101101100001111110111110000111111011111000011111101111010 | 3f6c3f7c3f7c3f7a |
EUC-JP | ?l?|?|?z | 0011111101101100001111110111110000111111011111000011111101111010 | 3f6c3f7c3f7c3f7a |
UTF-8 | l||z | 110000101000110101101100110000101000111101111100110000101000111101111100110000101000101001111010 | c28d6cc28f7cc28f7cc28a7a |
UHC | ?l?|?|?z | 0011111101101100001111110111110000111111011111000011111101111010 | 3f6c3f7c3f7c3f7a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)