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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 讙上ン | 1110011010101010100011111110001111011101 | e6aa8fe3dd |
EUC-JP | 讙上ン | 111011001010110010111110111001011000111011011101 | ecacbee58edd |
UTF-8 | 讙上ン | 111010001010111010011001111001001011100010001010111011111011111010011101 | e8ae99e4b88aefbe9d |
UHC | ?上? | 00111111110111111011111000111111 | 3fdfbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)