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 | ユ篶ヒ | 11010101111000101100110011001011 | d5e2cccb |
EUC-JP | ユ篶ヒ | 100011101101010111100100110011101000111011001011 | 8ed5e4ce8ecb |
UTF-8 | ユ篶ヒ | 111011111011111010010101111001111010111110110110111011111011111010001011 | efbe95e7afb6efbe8b |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)