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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | セ齒ヌル赦 | 10111110111010101000111111000111110110011000111011001101 | beea8fc7d98ecd |
EUC-JP | セ齒ヌル赦 | 10001110101111101111001111101111100011101100011110001110110110011011110011001111 | 8ebef3ef8ec78ed9bccf |
UTF-8 | セ齒ヌル赦 | 111011111011110110111110111010011011110110010010111011111011111010000111111011111011111010011001111010001011010110100110 | efbdbee9bd92efbe87efbe99e8b5a6 |
UHC | ?齒??赦 | 00111111111101101100110100111111001111111101111011110101 | 3ff6cd3f3fdef5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)