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 | 踉ャ逕ィ | 11100110111100101010110011100111100101001000001101000010 | e6f2ace7948342 |
EUC-JP | 踉ャ逕ィ | 1110110011110100100011101010110011101101111101001010010110100011 | ecf48eacedf4a5a3 |
UTF-8 | 踉ャ逕ィ | 111010001011100010001001111011111011110110101100111010011000000010010101111000111000001010100011 | e8b889efbdace98095e382a3 |
UHC | ??逕ィ | 001111110011111111001100111011111010101110100011 | 3f3fccefaba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)