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 | 沃??已?? | 1001011110000000001111110011111110011011110111110011111100111111 | 97803f3f9bdf3f3f |
EUC-JP | 沃??已?? | 1100110111100000001111110011111111010110111000010011111100111111 | cde03f3fd6e13f3f |
UTF-8 | 沃ㅺ퍐已욘렒 | 111001101011001010000011111000111000010110111010111011011000110110010000111001011011011110110010111011001001101010011000111010111010000010010010 | e6b283e385baed8d90e5b7b2ec9a98eba092 |
UHC | 沃ㅺ퍐已욘렒 | 111010001010101010100100111010101011101110000111111011001010101110111111111001101000111010100111 | e8aaa4eabb87ecabbfe68ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)