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 | 額??昻 | 100010100111101000111111001111111111101011010000 | 8a7a3f3ffad0 |
EUC-JP | 額??? | 1011001111011011001111110011111100111111 | b3db3f3f3f |
UTF-8 | 額ㅵ날昻 | 111010011010000110001101111000111000010110110101111010111000001010100000111001101001100010111011 | e9a18de385b5eb82a0e698bb |
UHC | 額ㅵ날昻 | 1110010011111110101001001110010110110011101011111110010011101001 | e4fea4e5b3afe4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)