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 | ワレャ裲ォ汯 | 1101110011011010101011001110010111101010101010111111101011111000 | dcdaace5eaabfaf8 |
EUC-JP | ワレャ裲ォ汯 | 10001110110111001000111011011010100011101010110011101010111011001000111010101011100011111100011011100011 | 8edc8eda8eaceaec8eab8fc6e3 |
UTF-8 | ワレャ裲ォ汯 | 111011111011111010011100111011111011111010011010111011111011110110101100111010001010001110110010111011111011110110101011111001101011000110101111 | efbe9cefbe9aefbdace8a3b2efbdabe6b1af |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)