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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | ???貴] | 001111110011111100111111100010110100110101011101 | 3f3f3f8b4d5d |
EUC-JP | ???貴] | 001111110011111100111111101101011010111001011101 | 3f3f3fb5ae5d |
UTF-8 | 僚녹뼚貴] | 11101111101001101011101111101011100001011011100111101011101111001001101011101000101100101011010001011101 | efa6bbeb85b9ebbc9ae8b2b45d |
UHC | 僚녹뼚貴] | 111010001110100010110011111011001001011010100000110011111111111001011101 | e8e8b3ec96a0cffe5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)