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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 曹????F | 10010001100000100011111100111111001111110011111101000110 | 91823f3f3f3f46 |
EUC-JP | 曹????F | 11000001111000100011111100111111001111110011111101000110 | c1e23f3f3f3f46 |
UTF-8 | 曹렯롏렯렶F | 11100110100110111011100111101011101000001010111111101011101000011000111111101011101000001010111111101011101000001011011001000110 | e69bb9eba0afeba18feba0afeba0b646 |
UHC | 曹렯롏렯렶F | 1111000011000111100011101011110010001110110101011000111010111100100011101100000101000110 | f0c78ebc8ed58ebc8ec146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)