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 | 獒붷=禮 | 111001111000110110010010111010111011011010110111111011111011110010011101111011111010011010110110 | e78d92ebb6b7efbc9defa6b6 |
UHC | 獒붷=禮 | 1110100010100011100101001110010110100011101111011110011111011111 | e8a394e5a3bde7df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)