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 | 逹ォ笏 | 1110011110011101101010111110001010010100 | e79dabe294 |
EUC-JP | 逹ォ笏 | 111011011111110110001110101010111110001111110100 | edfd8eabe3f4 |
UTF-8 | 逹ォ笏 | 111010011000000010111001111011111011110110101011111001111010110010001111 | e980b9efbdabe7ac8f |
UHC | ??笏 | 00111111001111111111101111101110 | 3f3ffbee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)