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 | 逕ャ逕ィ | 11100111100101001010110011100111100101001000001101000010 | e794ace7948342 |
EUC-JP | 逕ャ逕ィ | 1110110111110100100011101010110011101101111101001010010110100011 | edf48eacedf4a5a3 |
UTF-8 | 逕ャ逕ィ | 111010011000000010010101111011111011110110101100111010011000000010010101111000111000001010100011 | e98095efbdace98095e382a3 |
UHC | 逕?逕ィ | 11001100111011110011111111001100111011111010101110100011 | ccef3fccefaba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)