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 | 辭呻セ | 1110011110000110100110011110111110111110 | e78699efbe |
EUC-JP | 辭呻セ | 111011011110011011010010111100011000111010111110 | ede6d2f18ebe |
UTF-8 | 辭呻セ | 111010001011111010101101111001011001000110111011111011111011110110111110 | e8beade591bbefbdbe |
UHC | 辭呻? | 1101111011110110111000111110001000111111 | def6e3e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)