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 | ?聲◇? | 001111111110001111011111100000011001111000111111 | 3fe3df819e3f |
EUC-JP | ?聲◇? | 001111111110011011100001101000011111111000111111 | 3fe6e1a1fe3f |
UTF-8 | 룶聲◇룵 | 111010111010001110110110111010001000000110110010111000101001011110000111111010111010001110110101 | eba3b6e881b2e29787eba3b5 |
UHC | 룶聲◇룵 | 1000111110101011111000011010001010100001110111101000111110101010 | 8fabe1a2a1de8faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)