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 | 鵫疾鉎 | 111111000100100010001110101111101111101111000111 | fc488ebefbc7 |
EUC-JP | 鵫疾鉎 | 1000111111101011111110101011110011000000100011111110001111011111 | 8febfabcc08fe3df |
UTF-8 | 鵫疾鉎 | 111010011011010110101011111001111001011010111110111010011000100110001110 | e9b5abe796bee9898e |
UHC | ?疾? | 00111111111100101111000000111111 | 3ff2f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)