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 | 齋?????? | 1110001001010110001111110011111100111111001111110011111100111111 | e2563f3f3f3f3f3f |
EUC-JP | 齋?????? | 1110001110110111001111110011111100111111001111110011111100111111 | e3b73f3f3f3f3f3f |
UTF-8 | 齋렩罹뀐롛비렱 | 111010011011110110001011111010111010000010101001111011111010011110100110111010111000000010010000111010111010000110011011111010111011100110000100111010111010000010110001 | e9bd8beba0a9efa7a6eb8090eba19bebb984eba0b1 |
UHC | 齋렩罹뀐롛비렱 | 1110111010110001100011101011011111101100101110101011001011101111100011101101111110111010111100011000111010111110 | eeb18eb7ecbab2ef8edfbaf18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)