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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 迯剰楜] | 11100111100011011000111111101000100111101011001101011101 | e78d8fe89eb35d |
EUC-JP | 迯剰楜] | 11101101111011011011111011101010110111001011010101011101 | ededbeeadcb55d |
UTF-8 | 迯剰楜] | 11101000101111111010111111100101100010011011000011100110101001011001110001011101 | e8bfafe589b0e6a59c5d |
UHC | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)