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 | ???????^ | 0011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f5e |
SJIS-WIN | シナシャ^ | 1111000010111011111100001110000111110000101110111011110011000101101111001010110001011110 | f0bbf0e1f0bbbcc5bcac5e |
EUC-JP | ???シナシャ^ | 001111110011111100111111100011101011110010001110110001011000111010111100100011101010110001011110 | 3f3f3f8ebc8ec58ebc8eac5e |
UTF-8 | シナシャ^ | 11101110100000011011101011101110100000101010000011101110100000011011101011101111101111011011110011101111101111101000010111101111101111011011110011101111101111011010110001011110 | ee81baee82a0ee81baefbdbcefbe85efbdbcefbdac5e |
UHC | ???????^ | 0011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)