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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲??韋? | 11100001100111110011111100111111111010001110100000111111 | e19f3f3fe8e83f |
EUC-JP | 癲??韋? | 11100010101000010011111100111111111100001110101000111111 | e2a13f3ff0ea3f |
UTF-8 | 癲욍굠韋냬 | 111001111001100110110010111011001001101010001101111010101011010110100000111010011001111110001011111010111000001110101100 | e799b2ec9a8deab5a0e99f8beb83ac |
UHC | 癲욍굠韋냬 | 11101111101001101011111111100011100000101000100011101010110111111000011001110110 | efa6bfe38288eadf8676 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)