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 | 荅雅ォ | 1110010010100111100010011110101110101011 | e4a789ebab |
EUC-JP | 荅雅ォ | 111010001010100110110010111011011000111010101011 | e8a9b2ed8eab |
UTF-8 | 荅雅ォ | 111010001000110110000101111010011001101110000101111011111011110110101011 | e88d85e99b85efbdab |
UHC | ?雅? | 00111111111001001011101000111111 | 3fe4ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)