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 | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 抑?F | 10010111011111010011111101000110 | 977d3f46 |
EUC-JP | 抑?F | 11001101110111100011111101000110 | cdde3f46 |
UTF-8 | 抑떘F | 11100110100010101001000111101011100101101001100001000110 | e68a91eb969846 |
UHC | 抑떘F | 1110010111100100100010111010111001000110 | e5e48bae46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)