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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 秊뗥궦媤 | 111011111010011010010101111010111001011110100101111010101011011010100110111001011010101010100100 | efa695eb97a5eab6a6e5aaa4 |
UHC | 秊뗥궦媤 | 1110011011011100100010111110010110000010101110001110001110111000 | e6dc8be582b8e3b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)