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 | 予????? | 10010111010111000011111100111111001111110011111100111111 | 975c3f3f3f3f3f |
EUC-JP | 予????? | 11001101101111010011111100111111001111110011111100111111 | cdbd3f3f3f3f3f |
UTF-8 | 予꿱뱫溜딅졁 | 111001001011101010001000111010101011111110110001111010111011000110101011111011111010011110001011111010111001010010000101111011001010000110000001 | e4ba88eabfb1ebb1abefa78beb9485eca181 |
UHC | 予꿱뱫溜딅졁 | 111001011111100010110010111010001001001110010001111010101111111010001010111010111010000010110010 | e5f8b2e89391eafe8aeba0b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)