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 | 鎖?容緖 | 10001101101111010011111110010111011001011111101110001110 | 8dbd3f9765fb8e |
EUC-JP | 鎖?容? | 101110101011111100111111110011011100011000111111 | babf3fcdc63f |
UTF-8 | 鎖굠容緖 | 111010011000111010010110111010101011010110100000111001011010111010111001111001111011011110010110 | e98e96eab5a0e5aeb9e7b796 |
UHC | 鎖굠容緖 | 1110000111110000100000101000100011101001101110111101111111111101 | e1f08288e9bbdffd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)