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 | ????U | 0011111100111111001111110011111101010101 | 3f3f3f3f55 |
SJIS-WIN | 訒・霆クU | 11111011101000111010010111101000101110111011100001010101 | fba3a5e8bbb855 |
EUC-JP | 訒・霆クU | 10001111110111011100100010001110101001011111000010111101100011101011100001010101 | 8fddc88ea5f0bd8eb855 |
UTF-8 | 訒・霆クU | 11101000101010001001001011101111101111011010010111101001100111001000011011101111101111011011100001010101 | e8a892efbda5e99c86efbdb855 |
UHC | ??霆?U | 001111110011111111101111111111010011111101010101 | 3f3feffd3f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)