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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蠇カ雖画セ | 1111101110100001101101101110010110101011100010011110011010111110 | fba1b6e5ab89e6be |
EUC-JP | ?カ雖画セ | 001111111000111010110110111010101010110110110010111010001000111010111110 | 3f8eb6eaadb2e88ebe |
UTF-8 | 蠇カ雖画セ | 111010001010000010000111111011111011110110110110111010011001101110010110111001111001010010111011111011111011110110111110 | e8a087efbdb6e99b96e794bbefbdbe |
UHC | ??雖?? | 001111110011111111100010110011000011111100111111 | 3f3fe2cc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)