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 | 澱?芝?熊 | 1001001101100010001111111000111011000101001111111000110001000110 | 93623f8ec53f8c46 |
EUC-JP | 澱?芝?熊 | 1100010111000011001111111011110011000111001111111011011110100111 | c5c33fbcc73fb7a7 |
UTF-8 | 澱렮芝렫熊 | 111001101011111010110001111010111010000010101110111010001000101010011101111010111010000010101011111001111000011010001010 | e6beb1eba0aee88a9deba0abe7868a |
UHC | 澱렮芝렫熊 | 11101110111111101000111010111011111100101011100110001110101110011110101010101000 | eefe8ebbf2b98eb9eaa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)