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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 챠창쩌챤횏첫 | 111011001011000110100000111011001011000010111101111011001010100110001100111011001011000110100100111011011001101010001111111011001011001010101011 | ecb1a0ecb0bdeca98cecb1a4ed9a8fecb2ab |
UHC | 챠창쩌챤횏첫 | 110000111010110111000011101000101100001010111100110000111010111011000011100010111100001110111001 | c3adc3a2c2bcc3aec38bc3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)