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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | ?鴦\}?鴦\{^ | 0011111111101001111100010101110001111101001111111110100111110001010111000111101101011110 | 3fe9f15c7d3fe9f15c7b5e |
EUC-JP | ?鴦\}?鴦\{^ | 0011111111110010111100110101110001111101001111111111001011110011010111000111101101011110 | 3ff2f35c7d3ff2f35c7b5e |
UTF-8 | 歲鴦\}歲鴦\{^ | 1110011010101101101100101110100110110100101001100101110001111101111001101010110110110010111010011011010010100110010111000111101101011110 | e6adb2e9b4a65c7de6adb2e9b4a65c7b5e |
UHC | 歲鴦\}歲鴦\{^ | 11100001101010001110010011101100010111000111110111100001101010001110010011101100010111000111101101011110 | e1a8e4ec5c7de1a8e4ec5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)