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 | 姸ç | 1110010110100111101110001110011110011011 | e5a7b8e79b |
SJIS-WIN | ?§??? | 001111111000000110011000001111110011111100111111 | 3f81983f3f3f |
EUC-JP | 姸ç? | 100011111010101110101001101000011111100010001111101000101011000110001111101010111010111000111111 | 8faba9a1f88fa2b18fabae3f |
UTF-8 | 姸ç | 11000011101001011100001010100111110000101011100011000011101001111100001010011011 | c3a5c2a7c2b8c3a7c29b |
UHC | ?§¸?? | 00111111101000011101011110100010101011000011111100111111 | 3fa1d7a2ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)