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 | ÊKÉõ | 1000111111001010111011111011110010101011100011111100100111110101 | 8fcaefbcab8fc9f5 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?Êï???Éõ | 00111111100011111010101010110100100011111010101111000001001111110011111100111111100011111010101010110001100011111010101111011000 | 3f8faab48fabc13f3f3f8faab18fabd8 |
UTF-8 | ÊKÉõ | 11000010100011111100001110001010110000111010111111000010101111001100001010101011110000101000111111000011100010011100001110110101 | c28fc38ac3afc2bcc2abc28fc389c3b5 |
UHC | ???¼???? | 001111110011111100111111101010001111100100111111001111110011111100111111 | 3f3f3fa8f93f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)