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 | ??{??u | 001111110011111101111011001111110011111101110101 | 3f3f7b3f3f75 |
SJIS-WIN | 霎ソ{閼アu | 1110100010111110101111110111101111101000100001001011000101110101 | e8bebf7be884b175 |
EUC-JP | 霎ソ{閼アu | 11110000110000001000111010111111011110111110111111100100100011101011000101110101 | f0c08ebf7befe48eb175 |
UTF-8 | 霎ソ{閼アu | 1110100110011100100011101110111110111101101111110111101111101001100101101011110011101111101111011011000101110101 | e99c8eefbdbf7be996bcefbdb175 |
UHC | ??{閼?u | 00111111001111110111101111100100110110010011111101110101 | 3f3f7be4d93f75 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)