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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???茨 | 0011111100111111001111111000100011101111 | 3f3f3f88ef |
EUC-JP | ???茨 | 0011111100111111001111111011000011110001 | 3f3f3fb0f1 |
UTF-8 | 뤶체깔茨 | 111010111010010010110110111011001011001010110100111010101011100110010100111010001000110010101000 | eba4b6ecb2b4eab994e88ca8 |
UHC | 뤶체깔茨 | 1000111111100100110000111011110010110001111100101110110110111100 | 8fe4c3bcb1f2edbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)