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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?莖瓏? | 001111111110010010110001111000001111101000111111 | 3fe4b1e0fa3f |
EUC-JP | ?莖瓏? | 001111111110100010110011111000001111110000111111 | 3fe8b3e0fc3f |
UTF-8 | 뤾莖瓏쮱 | 111010111010010010111110111010001000111010010110111001111001001110001111111011001010111010110001 | eba4bee88e96e7938fecaeb1 |
UHC | 뤾莖瓏쮱 | 1000111111101010110011001110110011010110111010101010100010001110 | 8feaccecd6eaa88e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)