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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ?蔯? | 0011111110001111110110011011110000111111 | 3f8fd9bc3f |
UTF-8 | 롘蔯렲 | 111010111010000110011000111010001001010010101111111010111010000010110010 | eba198e894afeba0b2 |
UHC | 롘蔯렲 | 100011101101110011110010110111101000111010111111 | 8edcf2de8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)