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 | ?|???? | 001111110111110000111111001111110011111100111111 | 3f7c3f3f3f3f |
SJIS-WIN | ?|???? | 001111110111110000111111001111110011111100111111 | 3f7c3f3f3f3f |
EUC-JP | ?|???? | 001111110111110000111111001111110011111100111111 | 3f7c3f3f3f3f |
UTF-8 | 혦|채쨀횪쨀 | 11101101100110001010011001111100111011001011000110000100111011001010100010000000111011011001101010101010111011001010100010000000 | ed98a67cecb184eca880ed9aaaeca880 |
UHC | 혦|채쨀횪쨀 | 1100001010001110011111001100001110100100110000101011001111000011101000001100001010110011 | c28e7cc3a4c2b3c3a0c2b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)