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 | 鈑謎ソ唯 | 11100111111001011001001111100100101111111001011101000010 | e7e593e4bf9742 |
EUC-JP | 鈑謎ソ唯 | 1110111011100111110001101110011010001110101111111100110110100011 | eee7c6e68ebfcda3 |
UTF-8 | 鈑謎ソ唯 | 111010011000100010010001111010001010110010001110111011111011110110111111111001011001010010101111 | e98891e8ac8eefbdbfe594af |
UHC | 鈑謎?唯 | 11110111111111101101101010111010001111111110101011100110 | f7fedaba3feae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)