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 | 什手弑 | 100011110101100110001110111010001001110001010101 | 8f598ee89c55 |
EUC-JP | 什手弑 | 101111011011101010111100111010101101011110110110 | bdbabcead7b6 |
UTF-8 | 什手弑 | 111001001011101110000000111001101000100110001011111001011011110010010001 | e4bb80e6898be5bc91 |
UHC | 什手弑 | 111001001010011111100010101000101110001110111101 | e4a7e2a2e3bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)