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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 藏嶝?? | 111001010101010110011011110100010011111100111111 | e5559bd13f3f |
EUC-JP | 藏嶝?? | 111010011011011011010110110100110011111100111111 | e9b6d6d33f3f |
UTF-8 | 藏嶝렰렮 | 111010001001011110001111111001011011011010011101111010111010000010110000111010111010000010101110 | e8978fe5b69deba0b0eba0ae |
UHC | 藏嶝렰렮 | 1110110111111010110101001111000110001110101111011000111010111011 | edfad4f18ebd8ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)