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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 醯??撓?? | 1110011111001111001111110011111110011101100110100011111100111111 | e7cf3f3f9d9a3f3f |
EUC-JP | 醯??撓?? | 1110111011010001001111110011111111011001111110100011111100111111 | eed13f3fd9fa3f3f |
UTF-8 | 醯먲쉿撓뷂슴 | 111010011000011010101111111010111010100010110010111011001000100110111111111001101001001010010011111010111011011110000010111011001000101010110100 | e986afeba8b2ec89bfe69293ebb782ec8ab4 |
UHC | 醯먲쉿撓뷂슴 | 111110111011100010010000111011111011110110110010111010001111010110010100111011111011110110111111 | fbb890efbdb2e8f594efbdbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)