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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 燿??凹?? | 1110000010100000001111110011111110001001100110100011111100111111 | e0a03f3f899a3f3f |
EUC-JP | 燿??凹?? | 1110000010100010001111110011111110110001111110100011111100111111 | e0a23f3fb1fa3f3f |
UTF-8 | 燿쒐뼯凹먫웶 | 111001111000011110111111111011001001001010010000111010111011110010101111111001011000011110111001111010111010100010101011111011001001101110110110 | e787bfec9290ebbcafe587b9eba8abec9bb6 |
UHC | 燿쒐뼯凹먫웶 | 111010001111110010011100111001111001011010110010111010001110101010010000111010001001111110000100 | e8fc9ce796b2e8ea90e89f84 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)