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 | ?謙???似 | 0011111110001100101010100011111100111111001111111000111010010111 | 3f8caa3f3f3f8e97 |
EUC-JP | ?謙???似 | 0011111110111000101011000011111100111111001111111011101111110111 | 3fb8ac3f3f3fbbf7 |
UTF-8 | 렻謙렜렺셔似 | 111010111010000010111011111010001010110010011001111010111010000010011100111010111010000010111010111011001000010110010100111001001011110010111100 | eba0bbe8ac99eba09ceba0baec8594e4bcbc |
UHC | 렻謙렜렺셔似 | 100011101100001111001100110001011000111010101110100011101100001010111100110001011101111011000100 | 8ec3ccc58eae8ec2bcc5dec4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)