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 | ??O???? | 00111111001111110100111100111111001111110011111100111111 | 3f3f4f3f3f3f3f |
SJIS-WIN | 霎ソO閼ア蛛エ | 11101000101111101011111101001111111010001000010010110001111001011000000110110100 | e8bebf4fe884b1e581b4 |
EUC-JP | 霎ソO閼ア蛛エ | 11110000110000001000111010111111010011111110111111100100100011101011000111101001111000011000111010110100 | f0c08ebf4fefe48eb1e9e18eb4 |
UTF-8 | 霎ソO閼ア蛛エ | 11101001100111001000111011101111101111011011111101001111111010011001011010111100111011111011110110110001111010001001101110011011111011111011110110110100 | e99c8eefbdbf4fe996bcefbdb1e89b9befbdb4 |
UHC | ??O閼?蛛? | 001111110011111101001111111001001101100100111111111100011100100000111111 | 3f3f4fe4d93ff1c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)