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 | 畏???蕣 | 10001000110110000011111100111111001111111110010011111010 | 88d83f3f3fe4fa |
EUC-JP | 畏???蕣 | 10110000110110100011111100111111001111111110100011111100 | b0da3f3f3fe8fc |
UTF-8 | 畏롖롒롆蕣 | 111001111001010110001111111010111010000110010110111010111010000110010010111010111010000110000110111010001001010110100011 | e7958feba196eba192eba186e895a3 |
UHC | 畏롖롒롆蕣 | 11101000111001101000111011011010100011101101011110001110110011001110001011110010 | e8e68eda8ed78ecce2f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)