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 | 璽鰾宍 | 1111000011000000100011101010001111101001111000101000111010110011 | f0c08ea3e9e28eb3 |
EUC-JP | ?璽鰾宍 | 00111111101111001010010111110010111001001011110010110101 | 3fbca5f2e4bcb5 |
UTF-8 | 璽鰾宍 | 111011101000000110111111111001111001001010111101111010011011000010111110111001011010111010001101 | ee81bfe792bde9b0bee5ae8d |
UHC | ?璽?? | 0011111111011111110111100011111100111111 | 3fdfde3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)