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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?邯?臣ゅ^ | 001111111110011110110110001111111001000001100010100000101110001101011110 | 3fe7b63f906282e35e |
EUC-JP | ?邯?臣ゅ^ | 001111111110111010111000001111111011111111000011101001001110010101011110 | 3feeb83fbfc3a4e55e |
UTF-8 | 룴邯룵臣ゅ^ | 11101011101000111011010011101001100000101010111111101011101000111011010111101000100001111010001111100011100000101000010101011110 | eba3b4e982afeba3b5e887a3e382855e |
UHC | 룴邯룵臣ゅ^ | 1000111110101001110010101111101110001111101010101110001111101101101010101110010101011110 | 8fa9cafb8faae3edaae55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)