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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 詣??餓 | 100011000111011100111111001111111000100111101100 | 8c773f3f89ec |
EUC-JP | 詣??餓 | 101101111101100000111111001111111011001011101110 | b7d83f3fb2ee |
UTF-8 | 詣숂꼾餓 | 111010001010100110100011111011001000100010000010111010101011110010111110111010011010010010010011 | e8a9a3ec8882eabcbee9a493 |
UHC | 詣숂꼾餓 | 1110011111100001100110011110011110000100100101001110010010111011 | e7e199e78494e4bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)