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 | ??W}??W{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
SJIS-WIN | 甞蓚W}甞蓚W{^ | 11100001010100101110010011101001010101110111110111100001010100101110010011101001010101110111101101011110 | e152e4e9577de152e4e9577b5e |
EUC-JP | 甞蓚W}甞蓚W{^ | 11100001101100111110100011101011010101110111110111100001101100111110100011101011010101110111101101011110 | e1b3e8eb577de1b3e8eb577b5e |
UTF-8 | 甞蓚W}甞蓚W{^ | 1110011110010100100111101110100010010011100110100101011101111101111001111001010010011110111010001001001110011010010101110111101101011110 | e7949ee8939a577de7949ee8939a577b5e |
UHC | ?蓚W}?蓚W{^ | 0011111111100010101111100101011101111101001111111110001010111110010101110111101101011110 | 3fe2be577d3fe2be577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)