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 | 邂苓蓑 | 111001111010111010010111111010001001011010101010 | e7ae97e896aa |
EUC-JP | 邂苓蓑 | 111011101011000011001110111010101100110010101100 | eeb0ceeaccac |
UTF-8 | 邂苓蓑 | 111010011000001010000010111010001000101110010011111010001001001110010001 | e98282e88b93e89391 |
UHC | 邂?蓑 | 1111101010110011001111111101111011101110 | fab33fdeee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)