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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 齋?齋?齋?^ | 11100010010101100011111111100010010101100011111111100010010101100011111101011110 | e2563fe2563fe2563f5e |
EUC-JP | 齋?齋?齋?^ | 11100011101101110011111111100011101101110011111111100011101101110011111101011110 | e3b73fe3b73fe3b73f5e |
UTF-8 | 齋럼齋론齋렙^ | 11101001101111011000101111101011100111111011110011101001101111011000101111101011101000011010000011101001101111011000101111101011101000001001100101011110 | e9bd8beb9fbce9bd8beba1a0e9bd8beba0995e |
UHC | 齋럼齋론齋렙^ | 11101110101100011011011110110011111011101011000110110111110100001110111010110001101101111011111001011110 | eeb1b7b3eeb1b7d0eeb1b7be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)