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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??こ?? | 001111110011111110000010101100010011111100111111 | 3f3f82b13f3f |
EUC-JP | ??こ?珹 | 0011111100111111101001001011001100111111100011111100101111111011 | 3f3fa4b33f8fcbfb |
UTF-8 | 룶콓こ룵珹 | 111010111010001110110110111011001011110110010011111000111000000110010011111010111010001110110101111001111000111110111001 | eba3b6ecbd93e38193eba3b5e78fb9 |
UHC | 룶콓こ룵珹 | 10001111101010111011000110001111101010101011001110001111101010101110000011111011 | 8fabb18faab38faae0fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)