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 | 獰??節?? | 1110000011010110001111110011111110010000110111110011111100111111 | e0d63f3f90df3f3f |
EUC-JP | 獰??節?? | 1110000011011000001111110011111111000000111000010011111100111111 | e0d83f3fc0e13f3f |
UTF-8 | 獰욆퐶節쇠ː | 1110011110001101101100001110110010011010100001101110110110010000101101101110011110101111100000001110110010000111101000001100101110010000 | e78db0ec9a86ed90b6e7af80ec87a0cb90 |
UHC | 獰욆퐶節쇠ː | 111001111011111010011110111010001011110110011111111011111011110110111100111010001010001010110000 | e7be9ee8bd9fefbdbce8a2b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)