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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲?‥?? | 11100001100111110011111110000001011001000011111100111111 | e19f3f81643f3f |
EUC-JP | 癲?‥庾? | 111000101010000100111111101000011100010110001111101111001100111000111111 | e2a13fa1c58fbcce3f |
UTF-8 | 癲녿‥庾퀯 | 111001111001100110110010111010111000010110111111111000101000000010100101111001011011101010111110111011011000000010101111 | e799b2eb85bfe280a5e5babeed80af |
UHC | 癲녿‥庾퀯 | 11101111101001101000011011101011101000011010010111101010111011001011010001000010 | efa686eba1a5eaecb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)