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 | 隰壹d | 111010001010110010011010111000111000001010000100 | e8ac9ae38284 |
EUC-JP | 隰壹d | 111100001010111011010100111001011010001111100100 | f0aed4e5a3e4 |
UTF-8 | 隰壹d | 111010011001101010110000111001011010001110111001111011111011110110000100 | e99ab0e5a3b9efbd84 |
UHC | ?壹d | 0011111111101100111011001010001111100100 | 3fececa3e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)