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 | 稜彭}稜彭{^ | 1001011111000101100111000110010001111101100101111100010110011100011001000111101101011110 | 97c59c647d97c59c647b5e |
EUC-JP | 稜彭}稜彭{^ | 1100111011000111110101111100010101111101110011101100011111010111110001010111101101011110 | cec7d7c57dcec7d7c57b5e |
UTF-8 | 稜彭}稜彭{^ | 111001111010100010011100111001011011110110101101011111011110011110101000100111001110010110111101101011010111101101011110 | e7a89ce5bdad7de7a89ce5bdad7b5e |
UHC | 稜彭}稜彭{^ | 1101011111010010111110001011000001111101110101111101001011111000101100000111101101011110 | d7d2f8b07dd7d2f8b07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)