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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??權??B | 00111111001111111001111011011100001111110011111101000010 | 3f3f9edc3f3f42 |
EUC-JP | ??權??B | 00111111001111111101110011011110001111110011111101000010 | 3f3fdcde3f3f42 |
UTF-8 | 뤈㉭權릅압B | 11101011101001001000100011100011100010011010110111100110101011001000101011101011101001101000010111101100100101011001010101000010 | eba488e389ade6ac8aeba685ec959542 |
UHC | 뤈㉭權릅압B | 1000111110111000101010001011111011001111111011011011100010101000101111101101000001000010 | 8fb8a8becfedb8a8bed042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)