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 | 尺榘}尺榘{^ | 1000111011011010111110101110101101111101100011101101101011111010111010110111101101011110 | 8edafaeb7d8edafaeb7b5e |
EUC-JP | 尺榘}尺榘{^ | 10111100110111001000111111000100110110010111110110111100110111001000111111000100110110010111101101011110 | bcdc8fc4d97dbcdc8fc4d97b5e |
UTF-8 | 尺榘}尺榘{^ | 111001011011000010111010111001101010011010011000011111011110010110110000101110101110011010100110100110000111101101011110 | e5b0bae6a6987de5b0bae6a6987b5e |
UHC | 尺?}尺?{^ | 111101001010100100111111011111011111010010101001001111110111101101011110 | f4a93f7df4a93f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)