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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 場ル琇^ | 100011111110101011011001111110110110010101011110 | 8fead9fb655e |
EUC-JP | 場ル琇^ | 1011111011101100100011101101100110001111110011001010010101011110 | beec8ed98fcca55e |
UTF-8 | 場ル琇^ | 11100101101000001011010011101111101111101001100111100111100100001000011101011110 | e5a0b4efbe99e790875e |
UHC | 場?琇^ | 111011011101111000111111111000101010111101011110 | edde3fe2af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)