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 | 沃??援ュ? | 100101111000000000111111001111111000100110000111100000111000010100111111 | 97803f3f898783853f |
EUC-JP | 沃??援ュ? | 110011011110000000111111001111111011000111100111101001011110010100111111 | cde03f3fb1e7a5e53f |
UTF-8 | 沃ㅻ퀫援ュ쑵 | 111001101011001010000011111000111000010110111011111011011000000010101011111001101000111110110100111000111000001110100101111011001001000110110101 | e6b283e385bbed80abe68fb4e383a5ec91b5 |
UHC | 沃ㅻ퀫援ュ쑵 | 111010001010101010100100111010111011001110011111111010101011010110101011111001011011111010101010 | e8aaa4ebb39feab5abe5beaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)