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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 失者セ | 1000111010111000100011101101001010111110 | 8eb88ed2be |
EUC-JP | 失者セ | 101111001011101010111100110101001000111010111110 | bcbabcd48ebe |
UTF-8 | 失者セ | 111001011010010010110001111010001000000010000101111011111011110110111110 | e5a4b1e88085efbdbe |
UHC | 失者? | 1110001111110111111011011011101000111111 | e3f7edba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)