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 | 財????財 | 1000110111100000001111110011111100111111001111111000110111100000 | 8de03f3f3f3f8de0 |
EUC-JP | 財???瑗財 | 10111010111000100011111100111111001111111000111111001100110000001011101011100010 | bae23f3f3f8fccc0bae2 |
UTF-8 | 財목렰띠瑗財 | 111010001011001010100001111010111010101010101001111010111010000010110000111010111001110110100000111001111001000110010111111010001011001010100001 | e8b2a1ebaaa9eba0b0eb9da0e79197e8b2a1 |
UHC | 財목렰띠瑗財 | 111011101010111110111000111100011000111010111101101101101110110011101010101111001110111010101111 | eeafb8f18ebdb6eceabceeaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)