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 | 吾ч?永?? | 100011001110000110000100100010010011111110001001011010010011111100111111 | 8ce184893f89693f3f |
EUC-JP | 吾ч?永?? | 101110001110001110100111111010010011111110110001110010100011111100111111 | b8e3a7e93fb1ca3f3f |
UTF-8 | 吾ч쭏永귟렅 | 1110010110010000101111101101000110000111111011001010110110001111111001101011000010111000111010101011011110011111111010111010000010000101 | e590bed187ecad8fe6b0b8eab79feba085 |
UHC | 吾ч쭏永귟렅 | 111001111110111010101100111010011010011110001000111001111011010110000010111010001000111010011111 | e7eeace9a788e7b582e88e9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)