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 | 煮竺爾 | 1000111011001111111101001010001110001110101100011000111010100010 | 8ecff4a38eb18ea2 |
EUC-JP | 煮?竺爾 | 10111100110100010011111110111100101100111011110010100100 | bcd13fbcb3bca4 |
UTF-8 | 煮竺爾 | 111001111000010110101110111011101000110110010010111001111010101110111010111001111000100010111110 | e785aeee8d92e7abbae788be |
UHC | 煮?竺爾 | 11101101101101000011111111110101111001111110110010110011 | edb43ff5e7ecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)