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 | 1000100011111010001111110011111101001000 | 88fa3f3f48 |
EUC-JP | 淫??H | 1011000011111100001111110011111101001000 | b0fc3f3f48 |
UTF-8 | 淫먯꺃H | 11100110101101111010101111101011101010001010111111101010101110101000001101001000 | e6b7abeba8afeaba8348 |
UHC | 淫먯꺃H | 11101011111000101001000011101100100000111010110001001000 | ebe290ec83ac48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)