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 | 矮??瓮 | 111000011110001000111111001111111110000101000100 | e1e23f3fe144 |
EUC-JP | 矮??瓮 | 111000101110010000111111001111111110000110100101 | e2e43f3fe1a5 |
UTF-8 | 矮㏘튋瓮 | 111001111001111110101110111000111000111110011000111011011000101010001011111001111001001110101110 | e79faee38f98ed8a8be793ae |
UHC | 矮㏘튋瓮 | 1110100011100001101000101110010010111001100111111110100010110111 | e8e1a2e4b99fe8b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)