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 | ??/焉 | 001111110011111110000001010111101110000010000001 | 3f3f815ee081 |
EUC-JP | ??/焉 | 001111110011111110100001101111111101111111100001 | 3f3fa1bfdfe1 |
UTF-8 | 禮띄/焉 | 111011111010011010110110111010111001110110000100111011111011110010001111111001111000010010001001 | efa6b6eb9d84efbc8fe78489 |
UHC | 禮띄/焉 | 1110011111011111101101101110011110100011101011111110010111101010 | e7dfb6e7a3afe5ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)