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 | 瓮ュ?節ο? | 11100001010001001000001110000101001111111001000011011111100000111100110100111111 | e14483853f90df83cd3f |
EUC-JP | 瓮ュ?節ο? | 11100001101001011010010111100101001111111100000011100001101001101100111100111111 | e1a5a5e53fc0e1a6cf3f |
UTF-8 | 瓮ュ쪍節ο쉼 | 1110011110010011101011101110001110000011101001011110110010101010100011011110011110101111100000001100111010111111111011001000100110111100 | e793aee383a5ecaa8de7af80cebfec89bc |
UHC | 瓮ュ쪍節ο쉼 | 111010001011011110101011111001011010010110000111111011111011110110100101111011111011110110110000 | e8b7abe5a587efbda5efbdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)