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 | ñú´ûP | 111100011111101010001110101101001111101101010000 | f1fa8eb4fb50 |
SJIS-WIN | ???´?P | 00111111001111110011111110000001010011000011111101010000 | 3f3f3f814c3f50 |
EUC-JP | ñú?´ûP | 10001111101010111101000010001111101010111110001000111111101000011010110110001111101010111110010101010000 | 8fabd08fabe23fa1ad8fabe550 |
UTF-8 | ñú´ûP | 1100001110110001110000111011101011000010100011101100001010110100110000111011101101010000 | c3b1c3bac28ec2b4c3bb50 |
UHC | ???´?P | 00111111001111110011111110100010101001010011111101010000 | 3f3f3fa2a53f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)