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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 褥ф?褥ф?B | 1110010111110001100001001000011000111111111001011111000110000100100001100011111101000010 | e5f184863fe5f184863f42 |
EUC-JP | 褥ф?褥ф?B | 1110101011110011101001111110011000111111111010101111001110100111111001100011111101000010 | eaf3a7e63feaf3a7e63f42 |
UTF-8 | 褥ф꼇褥ф꼇B | 1110100010100100101001011101000110000100111010101011110010000111111010001010010010100101110100011000010011101010101111001000011101000010 | e8a4a5d184eabc87e8a4a5d184eabc8742 |
UHC | 褥ф꼇褥ф꼇B | 11101001101100111010110011100110101100101011101111101001101100111010110011100110101100101011101101000010 | e9b3ace6b2bbe9b3ace6b2bb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)