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 | 亞鰐}亞鰐{^ | 1001100010110001100110000110101101111101100110001011000110011000011010110111101101011110 | 98b1986b7d98b1986b7b5e |
EUC-JP | 亞鰐}亞鰐{^ | 1101000010110011110011111100110001111101110100001011001111001111110011000111101101011110 | d0b3cfcc7dd0b3cfcc7b5e |
UTF-8 | 亞鰐}亞鰐{^ | 111001001011101010011110111010011011000010010000011111011110010010111010100111101110100110110000100100000111101101011110 | e4ba9ee9b0907de4ba9ee9b0907b5e |
UHC | 亞鰐}亞鰐{^ | 1110010010101100111001001100101001111101111001001010110011100100110010100111101101011110 | e4ace4ca7de4ace4ca7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)