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 | 艷乕腱 | 111001001000011011100101011010001110010001000110 | e486e568e446 |
EUC-JP | 艷乕腱 | 111001111110011011101001110010011110011110100111 | e7e6e9c9e7a7 |
UTF-8 | 艷乕腱 | 111010001000100110110111111001001011100110010101111010001000010110110001 | e889b7e4b995e885b1 |
UHC | ??腱 | 00111111001111111100101111110010 | 3f3fcbf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)