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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 茯縁臭蔘 | 1110010010101000100010011000111110001111010011001110010011110011 | e4a8898f8f4ce4f3 |
EUC-JP | 茯縁臭蔘 | 1110100010101010101100011110111110111101101011011110100011110101 | e8aab1efbdade8f5 |
UTF-8 | 茯縁臭蔘 | 111010001000110010101111111001111011100010000001111010001000011110101101111010001001010010011000 | e88cafe7b881e887ade89498 |
UHC | 茯?臭蔘 | 11011100110110100011111111110110101010111101111110111000 | dcda3ff6abdfb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)