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 | 肓悟ず胝 | 1110001111101001100011001110010110000010101110001110001111110001 | e3e98ce582b8e3f1 |
EUC-JP | 肓悟ず胝 | 1110011011101011101110001110011110100100101110101110011011110011 | e6ebb8e7a4bae6f3 |
UTF-8 | 肓悟ず胝 | 111010001000001010010011111001101000001010011111111000111000000110011010111010001000001110011101 | e88293e6829fe3819ae8839d |
UHC | ?悟ず? | 001111111110011111110110101010101011101000111111 | 3fe7f6aaba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)