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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?霰? | 00111111111010001100010100111111 | 3fe8c53f |
EUC-JP | ?霰睍 | 001111111111000011000111100011111100111011110100 | 3ff0c78fcef4 |
UTF-8 | 띎霰睍 | 111010111001110110001110111010011001110010110000111001111001110110001101 | eb9d8ee99cb0e79d8d |
UHC | 띎霰睍 | 100011011100011011011111101011001111101011100000 | 8dc6dfacfae0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)