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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
EUC-JP | 鉥鉥[鉥鉥[^ | 100011111110001111101000100011111110001111101000010110111000111111100011111010001000111111100011111010000101101101011110 | 8fe3e88fe3e85b8fe3e88fe3e85b5e |
UTF-8 | 鉥鉥[鉥鉥[^ | 111010011000100110100101111010011000100110100101010110111110100110001001101001011110100110001001101001010101101101011110 | e989a5e989a55be989a5e989a55b5e |
UHC | 鉥鉥[鉥鉥[^ | 1110001011111100111000101111110001011011111000101111110011100010111111000101101101011110 | e2fce2fc5be2fce2fc5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)