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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?幼? | 00111111100101110110001100111111 | 3f97633f |
EUC-JP | ?幼? | 00111111110011011100010000111111 | 3fcdc43f |
UTF-8 | 롖幼蓼 | 111010111010000110010110111001011011100110111100111011111010011110000010 | eba196e5b9bcefa782 |
UHC | 롖幼蓼 | 100011101101101011101010111010101110100110100111 | 8edaeaeae9a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)