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 | ??序ィ | 001111110011111110001111100110001000001101000010 | 3f3f8f988342 |
EUC-JP | ??序ィ | 001111110011111110111101111110001010010110100011 | 3f3fbdf8a5a3 |
UTF-8 | 룶깹序ィ | 111010111010001110110110111010101011100110111001111001011011101010001111111000111000001010100011 | eba3b6eab9b9e5ba8fe382a3 |
UHC | 룶깹序ィ | 1000111110101011101100101010000111011111111011011010101110100011 | 8fabb2a1dfedaba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)