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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 橈??唯ζ? | 100111101111010000111111001111111001011101000010100000111100010000111111 | 9ef43f3f974283c43f |
EUC-JP | 橈??唯ζ? | 110111001111011000111111001111111100110110100011101001101100011000111111 | dcf63f3fcda3a6c63f |
UTF-8 | 橈볝끉唯ζ췃 | 1110011010101001100010001110101110110011100111011110101110000001100010011110010110010100101011111100111010110110111011001011011110000011 | e6a988ebb39deb8189e594afceb6ecb783 |
UHC | 橈볝끉唯ζ췃 | 111010001111101010010011111000111000010110111100111010101110011010100101111001101010110110011111 | e8fa93e385bceae6a5e6ad9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)