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 | 蹊ス闔届魲 | 111001101111110010111101111010001000111010010011110011011111110001000010 | e6fcbde88e93cdfc42 |
EUC-JP | 蹊ス闔届? | 111011001111111010001110101111011110111111101110110001101100111100111111 | ecfe8ebdefeec6cf3f |
UTF-8 | 蹊ス闔届魲 | 111010001011100110001010111011111011110110111101111010011001011110010100111001011011000110001010111010011010110110110010 | e8b98aefbdbde99794e5b18ae9adb2 |
UHC | 蹊?闔?? | 11111011101101110011111111111001111011110011111100111111 | fbb73ff9ef3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)