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 | 閾謎ソ唯 | 11101000100001111001001111100100101111111001011101000010 | e88793e4bf9742 |
EUC-JP | 閾謎ソ唯 | 1110111111100111110001101110011010001110101111111100110110100011 | efe7c6e68ebfcda3 |
UTF-8 | 閾謎ソ唯 | 111010011001011010111110111010001010110010001110111011111011110110111111111001011001010010101111 | e996bee8ac8eefbdbfe594af |
UHC | ?謎?唯 | 001111111101101010111010001111111110101011100110 | 3fdaba3feae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)