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 | 荵伜尹 | 111001001011100110011000111001011001101110011010 | e4b998e59b9a |
EUC-JP | 荵伜尹 | 111010001011101111010000111001111101010111111010 | e8bbd0e7d5fa |
UTF-8 | 荵伜尹 | 111010001000110110110101111001001011110010011100111001011011000010111001 | e88db5e4bc9ce5b0b9 |
UHC | ??尹 | 00111111001111111110101111000101 | 3f3febc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)