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 | 彗??瀅 | 100111000110000100111111001111111111101101001110 | 9c613f3ffb4e |
EUC-JP | 彗??瀅 | 11010111110000100011111100111111100011111100100110101011 | d7c23f3f8fc9ab |
UTF-8 | 彗딈뼇瀅 | 111001011011110110010111111010111001010010001000111010111011110010000111111001111000000010000101 | e5bd97eb9488ebbc87e78085 |
UHC | 彗딈뼇瀅 | 1111101110110010100010101110111010010110100100011111101110100100 | fbb28aee9691fba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)