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 | 蓍粋燦羔 | 1110010011100111100100001000100010001110010101111110001110110100 | e4e790888e57e3b4 |
EUC-JP | 蓍粋燦羔 | 1110100011101001101111111110100010111011101110001110011010110110 | e8e9bfe8bbb8e6b6 |
UTF-8 | 蓍粋燦羔 | 111010001001001110001101111001111011001010001011111001111000011110100110111001111011111010010100 | e8938de7b28be787a6e7be94 |
UHC | 蓍?燦羔 | 11100011110010010011111111110011101111101100110111000100 | e3c93ff3becdc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)