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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 畑?}畑?{^ | 100101001010100000111111011111011001010010101000001111110111101101011110 | 94a83f7d94a83f7b5e |
EUC-JP | 畑?}畑?{^ | 110010001010101000111111011111011100100010101010001111110111101101011110 | c8aa3f7dc8aa3f7b5e |
UTF-8 | 畑엒}畑엒{^ | 111001111001010110010001111011001001011110010010011111011110011110010101100100011110110010010111100100100111101101011110 | e79591ec97927de79591ec97927b5e |
UHC | 畑엒}畑엒{^ | 1110111110100101100111100110101101111101111011111010010110011110011010110111101101011110 | efa59e6b7defa59e6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)