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 | ?????h\ | 00111111001111110011111100111111001111110110100001011100 | 3f3f3f3f3f685c |
SJIS-WIN | ??ビ??h\ | 0011111100111111100000110111001000111111001111110110100001011100 | 3f3f83723f3f685c |
EUC-JP | ??ビ??h\ | 0011111100111111101001011101001100111111001111110110100001011100 | 3f3fa5d33f3f685c |
UTF-8 | 룶핊ビ룫溜h\ | 1110101110100011101101101110110110010101100010101110001110000011100100111110101110100011101010111110111110100111100010110110100001011100 | eba3b6ed958ae38393eba3abefa78b685c |
UHC | 룶핊ビ룫溜h\ | 100011111010101111000000100011111010101111010011100011111010001011101010111111100110100001011100 | 8fabc08fabd38fa2eafe685c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)