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 | 額??甸 | 100010100111101000111111001111111001100110110010 | 8a7a3f3f99b2 |
EUC-JP | 額??甸 | 101100111101101100111111001111111101001010110100 | b3db3f3fd2b4 |
UTF-8 | 額ㅵ낡甸 | 111010011010000110001101111000111000010110110101111010111000001010100001111001111001010010111000 | e9a18de385b5eb82a1e794b8 |
UHC | 額ㅵ낡甸 | 1110010011111110101001001110010110110011101100001110111110100100 | e4fea4e5b3b0efa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)