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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?聲?冀ぃ^ | 001111111110001111011111001111111001100101100010100000101010000101011110 | 3fe3df3f996282a15e |
EUC-JP | ?聲?冀ぃ^ | 001111111110011011100001001111111101000111000011101001001010001101011110 | 3fe6e13fd1c3a4a35e |
UTF-8 | 룶聲룵冀ぃ^ | 11101011101000111011011011101000100000011011001011101011101000111011010111100101100001101000000011100011100000011000001101011110 | eba3b6e881b2eba3b5e58680e381835e |
UHC | 룶聲룵冀ぃ^ | 1000111110101011111000011010001010001111101010101101000011101101101010101010001101011110 | 8fabe1a28faad0edaaa35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)