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 | 壯?節?? | 10011010111000010011111110010000110111110011111100111111 | 9ae13f90df3f3f |
EUC-JP | 壯?節?? | 11010100111000110011111111000000111000010011111100111111 | d4e33fc0e13f3f |
UTF-8 | 壯쩢節쇽슭 | 111001011010001110101111111011001010100110100010111001111010111110000000111011001000011110111101111011001000101010101101 | e5a3afeca9a2e7af80ec87bdec8aad |
UHC | 壯쩢節쇽슭 | 11101101111000001010010101010011111011111011110110111100111011111011110110111110 | ede0a553efbdbcefbdbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)