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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 壯▼?蒻?? | 100110101110000110000001101001010011111111100100111010000011111100111111 | 9ae181a53fe4e83f3f |
EUC-JP | 壯▼?蒻?? | 110101001110001110100010101001110011111111101000111010100011111100111111 | d4e3a2a73fe8ea3f3f |
UTF-8 | 壯▼뤀蒻멱눎 | 111001011010001110101111111000101001011010111100111010111010010010000000111010001001001010111011111010111010100110110001111010111000100010001110 | e5a3afe296bceba480e892bbeba9b1eb888e |
UHC | 壯▼뤀蒻멱눎 | 111011011110000010100001111001011000111110110001111001011011011010111000111010001000011110101010 | ede0a1e58fb1e5b6b8e887aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)