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 | 釤レ齊ク雫 | 1111101110111111110110101110101010001110101110001000111010110100 | fbbfdaea8eb88eb4 |
EUC-JP | 釤レ齊ク雫 | 1000111111100011101010101000111011011010111100111110111010001110101110001011110010110110 | 8fe3aa8edaf3ee8eb8bcb6 |
UTF-8 | 釤レ齊ク雫 | 111010011000011110100100111011111011111010011010111010011011110110001010111011111011110110111000111010011001101110101011 | e987a4efbe9ae9bd8aefbdb8e99bab |
UHC | ??齊?? | 001111110011111111110000101110100011111100111111 | 3f3ff0ba3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)