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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 霈芽f | 111010001011110010001001111010001000001010000110 | e8bc89e88286 |
EUC-JP | 霈芽f | 111100001011111010110010111010101010001111100110 | f0beb2eaa3e6 |
UTF-8 | 霈芽f | 111010011001110010001000111010001000101010111101111011111011110110000110 | e99c88e88abdefbd86 |
UHC | ?芽f | 0011111111100100101101001010001111100110 | 3fe4b4a3e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)