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 | ???}???| | 0011111100111111001111110111110100111111001111110011111101111100 | 3f3f3f7d3f3f3f7c |
SJIS-WIN | シォ}シォ| | 11110010111100011011110010101011011111011111001011110001101111001010101101111100 | f2f1bcab7df2f1bcab7c |
EUC-JP | ?シォ}?シォ| | 001111111000111010111100100011101010101101111101001111111000111010111100100011101010101101111100 | 3f8ebc8eab7d3f8ebc8eab7c |
UTF-8 | シォ}シォ| | 1110111010001000101010001110111110111101101111001110111110111101101010110111110111101110100010001010100011101111101111011011110011101111101111011010101101111100 | ee88a8efbdbcefbdab7dee88a8efbdbcefbdab7c |
UHC | ???}???| | 0011111100111111001111110111110100111111001111110011111101111100 | 3f3f3f7d3f3f3f7c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)