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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 蘖?????\ | 1001111101010000001111110011111100111111001111110011111101011100 | 9f503f3f3f3f3f5c |
EUC-JP | 蘖?????\ | 1101110110110001001111110011111100111111001111110011111101011100 | ddb13f3f3f3f3f5c |
UTF-8 | 蘖뽰뼏溜붾젘\ | 11101000100110001001011011101011101111011011000011101011101111001000111111101111101001111000101111101011101101101011111011101100101000001001100001011100 | e89896ebbdb0ebbc8fefa78bebb6beeca0985c |
UHC | 蘖뽰뼏溜붾젘\ | 11100101111011101001011011101100100101101001011111101010111111101001010011101011101000001001010001011100 | e5ee96ec9697eafe94eba0945c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)