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 | ?瀋?釐ぃ^ | 001111111110000001100011001111111110011111011000100000101010000101011110 | 3fe0633fe7d882a15e |
EUC-JP | ?瀋?釐ぃ^ | 001111111101111111000100001111111110111011011010101001001010001101011110 | 3fdfc43feedaa4a35e |
UTF-8 | 룶瀋룵釐ぃ^ | 11101011101000111011011011100111100000001000101111101011101000111011010111101001100001111001000011100011100000011000001101011110 | eba3b6e7808beba3b5e98790e381835e |
UHC | 룶瀋룵釐ぃ^ | 1000111110101011111001001010001110001111101010101101011111101101101010101010001101011110 | 8fabe4a38faad7edaaa35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)