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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | ?習n}?習n{^ | 0011111110001111010010110110111001111101001111111000111101001011011011100111101101011110 | 3f8f4b6e7d3f8f4b6e7b5e |
EUC-JP | ?習n}?習n{^ | 0011111110111101101011000110111001111101001111111011110110101100011011100111101101011110 | 3fbdac6e7d3fbdac6e7b5e |
UTF-8 | 룶習n}룶習n{^ | 1110101110100011101101101110011110111111100100100110111001111101111010111010001110110110111001111011111110010010011011100111101101011110 | eba3b6e7bf926e7deba3b6e7bf926e7b5e |
UHC | 룶習n}룶習n{^ | 10001111101010111110001110100111011011100111110110001111101010111110001110100111011011100111101101011110 | 8fabe3a76e7d8fabe3a76e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)