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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 辰脱揃H | 10010010010000111001001001000101100100011011010101001000 | 9243924591b548 |
EUC-JP | 辰脱揃H | 11000011101001001100001110100110110000101011011101001000 | c3a4c3a6c2b748 |
UTF-8 | 辰脱揃H | 11101000101111101011000011101000100001001011000111100110100011111000001101001000 | e8beb0e884b1e68f8348 |
UHC | 辰??H | 1111001011100011001111110011111101001000 | f2e33f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)