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 | 邨ろ摯 | 111001111011010110000010111010111001110110010101 | e7b582eb9d95 |
EUC-JP | 邨ろ摯 | 111011101011011110100100111011011101100111110101 | eeb7a4edd9f5 |
UTF-8 | 邨ろ摯 | 111010011000001010101000111000111000001010001101111001101001000110101111 | e982a8e3828de691af |
UHC | 邨ろ摯 | 111101011011111010101010111011011111001010100111 | f5beaaedf2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)