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 | 衆鞨? | 1000111101001111111010001110000000111111 | 8f4fe8e03f |
EUC-JP | 衆鞨? | 1011110110110000111100001110001000111111 | bdb0f0e23f |
UTF-8 | 衆鞨렱 | 111010001010000110000110111010011001111010101000111010111010000010110001 | e8a186e99ea8eba0b1 |
UHC | 衆鞨렱 | 111100011110101111001010111010101000111010111110 | f1ebcaea8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)