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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???◇?注 | 0011111100111111001111111000000110011110001111111001001010001101 | 3f3f3f819e3f928d |
EUC-JP | ???◇?注 | 0011111100111111001111111010000111111110001111111100001111101101 | 3f3f3fa1fe3fc3ed |
UTF-8 | 룶즽⒟◇룶注 | 111010111010001110110110111011001010011010111101111000101001001010011111111000101001011110000111111010111010001110110110111001101011001110101000 | eba3b6eca6bde2929fe29787eba3b6e6b3a8 |
UHC | 룶즽⒟◇룶注 | 100011111010101110100011100011111010100111010000101000011101111010001111101010111111000110111100 | 8faba38fa9d0a1de8fabf1bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)