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 | ?審?厓モ^ | 001111111001000001010010001111111111101010001101100000111000001001011110 | 3f90523ffa8d83825e |
EUC-JP | ?審?厓モ^ | 00111111101111111011001100111111100011111011010011000111101001011110001001011110 | 3fbfb33f8fb4c7a5e25e |
UTF-8 | 룶審룵厓モ^ | 11101011101000111011011011100101101011111010100111101011101000111011010111100101100011101001001111100011100000111010001001011110 | eba3b6e5afa9eba3b5e58e93e383a25e |
UHC | 룶審룵厓モ^ | 1000111110101011111000111111101110001111101010101110010011101101101010111110001001011110 | 8fabe3fb8faae4edabe25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)