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 | 伊逗?屯?甲 | 10001000110010011001000010000000001111111001001111010100001111111000110101100010 | 88c990803f93d43f8d62 |
EUC-JP | 伊逗?屯?甲 | 10110000110010111011111111100000001111111100011011010110001111111011100111000011 | b0cbbfe03fc6d63fb9c3 |
UTF-8 | 伊逗렍屯렋甲 | 111001001011110010001010111010011000000010010111111010111010000010001101111001011011000110101111111010111010000010001011111001111001010010110010 | e4bc8ae98097eba08de5b1afeba08be794b2 |
UHC | 伊逗렍屯렋甲 | 111011001010010111010100111010001000111010100011110101001110101010001110101000101100101110100011 | eca5d4e88ea3d4ea8ea2cba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)