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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 莊??磐?? | 1110010010110101001111110011111110010100110101100011111100111111 | e4b53f3f94d63f3f |
EUC-JP | 莊?珽磐?? | 11101000101101110011111110001111110010111111111011001000110110000011111100111111 | e8b73f8fcbfec8d83f3f |
UTF-8 | 莊렱珽磐렰렱 | 111010001000111010001010111010111010000010110001111001111000111110111101111001111010001110010000111010111010000010110000111010111010000010110001 | e88e8aeba0b1e78fbde7a390eba0b0eba0b1 |
UHC | 莊렱珽磐렰렱 | 111011011111011010001110101111101110111111101010110110101111000110001110101111011000111010111110 | edf68ebeefeadaf18ebd8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)