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 | 00111111001111110011111100111111001111110101110101001000 | 3f3f3f3f3f5d48 |
SJIS-WIN | ?????]H | 00111111001111110011111100111111001111110101110101001000 | 3f3f3f3f3f5d48 |
EUC-JP | ??庾??]H | 001111110011111110001111101111001100111000111111001111110101110101001000 | 3f3f8fbcce3f3f5d48 |
UTF-8 | 쑈뤊庾쥙헯]H | 1110110010010001100010001110101110100100100010101110010110111010101111101110110010100101100110011110110110010111101011110101110101001000 | ec9188eba48ae5babeeca599ed97af5d48 |
UHC | 쑈뤊庾쥙헯]H | 101111101010010010001111101110101110101011101100101000101000111011000010011000010101110101001000 | bea48fbaeaeca28ec2615d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)