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 | 沃?8鍮?? | 100101111000000000111111100000100101011111101000010010100011111100111111 | 97803f8257e84a3f3f |
EUC-JP | 沃?8鍮?? | 110011011110000000111111101000111011100011101111101010110011111100111111 | cde03fa3b8efab3f3f |
UTF-8 | 沃섎8鍮묋땻 | 111001101011001010000011111011001000010010001110111011111011110010011000111010011000110110101110111010111010110010001011111010111001010110111011 | e6b283ec848eefbc98e98daeebac8beb95bb |
UHC | 沃섎8鍮묋땻 | 111010001010101010011000111010111010001110111000111010111011100110010001111010001000101110010001 | e8aa98eba3b8ebb991e88b91 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)