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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?謙????? | 0011111110001100101010100011111100111111001111110011111100111111 | 3f8caa3f3f3f3f3f |
EUC-JP | ?謙????? | 0011111110111000101011000011111100111111001111110011111100111111 | 3fb8ac3f3f3f3f3f |
UTF-8 | 렺謙렮렺믐렺낱 | 111010111010000010111010111010001010110010011001111010111010000010101110111010111010000010111010111010111010111110010000111010111010000010111010111010111000001010110001 | eba0bae8ac99eba0aeeba0baebaf90eba0baeb82b1 |
UHC | 렺謙렮렺믐렺낱 | 1000111011000010110011001100010110001110101110111000111011000010101110011100101010001110110000101011001110111001 | 8ec2ccc58ebb8ec2b9ca8ec2b3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)