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 | 肓悟ず苴 | 1110001111101001100011001110010110000010101110001110010010010011 | e3e98ce582b8e493 |
EUC-JP | 肓悟ず苴 | 1110011011101011101110001110011110100100101110101110011111110011 | e6ebb8e7a4bae7f3 |
UTF-8 | 肓悟ず苴 | 111010001000001010010011111001101000001010011111111000111000000110011010111010001000101110110100 | e88293e6829fe3819ae88bb4 |
UHC | ?悟ず? | 001111111110011111110110101010101011101000111111 | 3fe7f6aaba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)