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 | 萓危ヤ | 111001001011111010001010111010111000001110000100 | e4be8aeb8384 |
EUC-JP | 萓危ヤ | 111010001100000010110100111011011010010111100100 | e8c0b4eda5e4 |
UTF-8 | 萓危ヤ | 111010001001000010010011111001011000110110110001111000111000001110100100 | e89093e58db1e383a4 |
UHC | ?危ヤ | 0011111111101010110010111010101111100100 | 3feacbabe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)