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 | 畏??詭癲 | 1000100011011000001111110011111111100110011010111110000110011111 | 88d83f3fe66be19f |
EUC-JP | 畏??詭癲 | 1011000011011010001111110011111111101011110011001110001010100001 | b0da3f3febcce2a1 |
UTF-8 | 畏븐떓詭癲 | 111001111001010110001111111010111011100010010000111010111001011010010011111010001010100110101101111001111001100110110010 | e7958febb890eb9693e8a9ade799b2 |
UHC | 畏븐떓詭癲 | 11101000111001101011101011101100100010111010100111001111111110001110111110100110 | e8e6baec8ba9cff8efa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)