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 | 梧ャ?邀 | 10001100111001101000001110000011001111111110011110110001 | 8ce683833fe7b1 |
EUC-JP | 梧ャ?邀 | 10111000111010001010010111100011001111111110111010110011 | b8e8a5e33feeb3 |
UTF-8 | 梧ャ꺂邀 | 111001101010001010100111111000111000001110100011111010101011101010000010111010011000001010000000 | e6a2a7e383a3eaba82e98280 |
UHC | 梧ャ꺂邀 | 1110011111111100101010111110001110000011101010111110100110101101 | e7fcabe383abe9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)