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 | 軸雫 | 1111000011111001100011101011001011110001111010001000111010110100 | f0f98eb2f1e88eb4 |
EUC-JP | ?軸?雫 | 001111111011110010110100001111111011110010110110 | 3fbcb43fbcb6 |
UTF-8 | 軸雫 | 111011101000001010111000111010001011101110111000111011101000010110100011111010011001101110101011 | ee82b8e8bbb8ee85a3e99bab |
UHC | ?軸?? | 0011111111110101111011100011111100111111 | 3ff5ee3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)