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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 潁??阿??B | 100111111111000100111111001111111000100010100010001111110011111101000010 | 9ff13f3f88a23f3f42 |
EUC-JP | 潁??阿??B | 110111101111001100111111001111111011000010100100001111110011111101000010 | def33f3fb0a43f3f42 |
UTF-8 | 潁깅젨阿뗫젨B | 11100110101111011000000111101010101110011000010111101100101000001010100011101001100110001011111111101011100101111010101111101100101000001010100001000010 | e6bd81eab985eca0a8e998bfeb97abeca0a842 |
UHC | 潁깅젨阿뗫젨B | 11100111101110001011000111101011101000001010000011100100101110011000101111101011101000001010000001000010 | e7b8b1eba0a0e4b98beba0a042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)