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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????ч? | 00111111001111110011111100111111100001001000100100111111 | 3f3f3f3f84893f |
EUC-JP | ????ч? | 00111111001111110011111100111111101001111110100100111111 | 3f3f3f3fa7e93f |
UTF-8 | 曆쇽풎料ч큺 | 1110111110100110100010111110110010000111101111011110110110010010100011101110111110100110101111101101000110000111111011011000000110111010 | efa68bec87bded928eefa6bed187ed81ba |
UHC | 曆쇽풎料ч큺 | 111001101011011110111100111011111011111010010010111010001111011110101100111010011011010010001001 | e6b7bcefbe92e8f7ace9b489 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)