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 | 怐鱆咫喊 | 1001110010000001111010011110000110011010010000001001101001011110 | 9c81e9e19a409a5e |
EUC-JP | 怐鱆咫喊 | 1101011111100001111100101110001111010011101000011101001110111111 | d7e1f2e3d3a1d3bf |
UTF-8 | 怐鱆咫喊 | 111001101000000010010000111010011011000110000110111001011001001010101011111001011001011010001010 | e68090e9b186e592abe5968a |
UHC | ??咫喊 | 001111110011111111110010101000011111100111100010 | 3f3ff2a1f9e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)