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 | ?????j^ | 00111111001111110011111100111111001111110110101001011110 | 3f3f3f3f3f6a5e |
SJIS-WIN | ??ビ??j^ | 0011111100111111100000110111001000111111001111110110101001011110 | 3f3f83723f3f6a5e |
EUC-JP | ??ビ??j^ | 0011111100111111101001011101001100111111001111110110101001011110 | 3f3fa5d33f3f6a5e |
UTF-8 | 룶핊ビ룫溜j^ | 1110101110100011101101101110110110010101100010101110001110000011100100111110101110100011101010111110111110100111100010110110101001011110 | eba3b6ed958ae38393eba3abefa78b6a5e |
UHC | 룶핊ビ룫溜j^ | 100011111010101111000000100011111010101111010011100011111010001011101010111111100110101001011110 | 8fabc08fabd38fa2eafe6a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)