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 | ???}??? | 00111111001111110011111101111101001111110011111100111111 | 3f3f3f7d3f3f3f |
SJIS-WIN | シォ}シォ | 111100101111000110111100101010110111110111110010111100011011110010101011 | f2f1bcab7df2f1bcab |
EUC-JP | ?シォ}?シォ | 0011111110001110101111001000111010101011011111010011111110001110101111001000111010101011 | 3f8ebc8eab7d3f8ebc8eab |
UTF-8 | シォ}シォ | 11101110100010001010100011101111101111011011110011101111101111011010101101111101111011101000100010101000111011111011110110111100111011111011110110101011 | ee88a8efbdbcefbdab7dee88a8efbdbcefbdab |
UHC | ???}??? | 00111111001111110011111101111101001111110011111100111111 | 3f3f3f7d3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)