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 | 錡ラァ | 11111011110110001101011110100111 | fbd8d7a7 |
EUC-JP | 錡ラァ | 10001111111001001101111010001110110101111000111010100111 | 8fe4de8ed78ea7 |
UTF-8 | 錡ラァ | 111010011000110010100001111011111011111010010111111011111011110110100111 | e98ca1efbe97efbda7 |
UHC | 錡?? | 11010001110001000011111100111111 | d1c43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)