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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 要??與?\ | 1001011101110110001111110011111111100100011011110011111101011100 | 97763f3fe46f3f5c |
EUC-JP | 要??與?\ | 1100110111010111001111110011111111100111110100000011111101011100 | cdd73f3fe7d03f5c |
UTF-8 | 要⑶죱與뾇\ | 11101000101001101000000111100010100100011011011011101100101000111011000111101000100010001000011111101011101111101000011101011100 | e8a681e291b6eca3b1e88887ebbe875c |
UHC | 要⑶죱與뾇\ | 1110100110101001101010011110100110100001100011001110011010101000100101110100010101011100 | e9a9a9e9a18ce6a897455c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)