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 | 湜鴫渼爾 | 1111101101000111100011101011000011111011010010011000111010100010 | fb478eb0fb498ea2 |
EUC-JP | 湜鴫渼爾 | 10001111110001111111110010111100101100101000111111000111111100001011110010100100 | 8fc7fcbcb28fc7f0bca4 |
UTF-8 | 湜鴫渼爾 | 111001101011100110011100111010011011010010101011111001101011100010111100111001111000100010111110 | e6b99ce9b4abe6b8bce788be |
UHC | 湜?渼爾 | 11100011110101110011111111011010101101001110110010110011 | e3d73fdab4ecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)