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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??=? | 0011111100111111100000011000000100111111 | 3f3f81813f |
EUC-JP | 獒?=? | 10001111110010111011101100111111101000011110000100111111 | 8fcbbb3fa1e13f |
UTF-8 | 獒붷=若 | 111001111000110110010010111010111011011010110111111011111011110010011101111011111010010110110100 | e78d92ebb6b7efbc9defa5b4 |
UHC | 獒붷=若 | 1110100010100011100101001110010110100011101111011110010110101110 | e8a394e5a3bde5ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)