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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 櫛?????? | 1000101111111001001111110011111100111111001111110011111100111111 | 8bf93f3f3f3f3f3f |
EUC-JP | 櫛?????? | 1011011011111011001111110011111100111111001111110011111100111111 | b6fb3f3f3f3f3f3f |
UTF-8 | 櫛렚履몃섞履렛 | 111001101010101110011011111010111010000010011010111011111010011110011111111010111010101010000011111011001000010010011110111011111010011110011111111010111010000010011011 | e6ab9beba09aefa79febaa83ec849eefa79feba09b |
UHC | 櫛렚履몃섞履렛 | 1111000111101110100011101010110111101100101010101011100011101011101111001010111111101100101010101011011110111111 | f1ee8eadecaab8ebbcafecaab7bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)