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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?邯?臣ゅB | 001111111110011110110110001111111001000001100010100000101110001101000010 | 3fe7b63f906282e342 |
EUC-JP | ?邯?臣ゅB | 001111111110111010111000001111111011111111000011101001001110010101000010 | 3feeb83fbfc3a4e542 |
UTF-8 | 룴邯룵臣ゅB | 11101011101000111011010011101001100000101010111111101011101000111011010111101000100001111010001111100011100000101000010101000010 | eba3b4e982afeba3b5e887a3e3828542 |
UHC | 룴邯룵臣ゅB | 1000111110101001110010101111101110001111101010101110001111101101101010101110010101000010 | 8fa9cafb8faae3edaae542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)