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 | 隰晁賦 | 111010001010110010011101111010001001010110001010 | e8ac9de8958a |
EUC-JP | 隰晁賦 | 111100001010111011011010111010101100100111101010 | f0aedaeac9ea |
UTF-8 | 隰晁賦 | 111010011001101010110000111001101001100110000001111010001011001110100110 | e99ab0e69981e8b3a6 |
UHC | ?晁賦 | 0011111111110000110001011101110110110111 | 3ff0c5ddb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)