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 | 濵悉湜湿 | 1111101101001101100011101011101111111011010001111000111010111100 | fb4d8ebbfb478ebc |
EUC-JP | 濵悉湜湿 | 10001111110010011010011010111100101111011000111111000111111111001011110010111110 | 8fc9a6bcbd8fc7fcbcbe |
UTF-8 | 濵悉湜湿 | 111001101011111110110101111001101000001010001001111001101011100110011100111001101011100110111111 | e6bfb5e68289e6b99ce6b9bf |
UHC | ?悉湜? | 001111111110001111111010111000111101011100111111 | 3fe3fae3d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)