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 | 洩矮矮辰 | 1000100101101011111000011110001011100001111000101001001001000011 | 896be1e2e1e29243 |
EUC-JP | 洩矮矮辰 | 1011000111001100111000101110010011100010111001001100001110100100 | b1cce2e4e2e4c3a4 |
UTF-8 | 洩矮矮辰 | 111001101011010010101001111001111001111110101110111001111001111110101110111010001011111010110000 | e6b4a9e79faee79faee8beb0 |
UHC | 洩矮矮辰 | 1110000011011101111010001110000111101000111000011111001011100011 | e0dde8e1e8e1f2e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)