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 | 爬牾獨猾 | 1110000010100110111000001011000111100000110101011110000011001111 | e0a6e0b1e0d5e0cf |
EUC-JP | 爬牾獨猾 | 1110000010101000111000001011001111100000110101111110000011010001 | e0a8e0b3e0d7e0d1 |
UTF-8 | 爬牾獨猾 | 111001111000100010101100111001111000100110111110111001111000110110101000111001111000110010111110 | e788ace789bee78da8e78cbe |
UHC | 爬?獨猾 | 11110111111100000011111111010100101111001111110011000010 | f7f03fd4bcfcc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)