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 | ?鉀晤蘚 | 00111111111110111100010110011101111010111110010101100100 | 3ffbc59debe564 |
EUC-JP | ?鉀晤蘚 | 0011111110001111111000111101100011011010111011011110100111000101 | 3f8fe3d8daede9c5 |
UTF-8 | 뤦鉀晤蘚 | 111010111010010010100110111010011000100110000000111001101001100110100100111010001001100010011010 | eba4a6e98980e699a4e8989a |
UHC | 뤦鉀晤蘚 | 1000111111010100110010111010010111100111111110111110000011010000 | 8fd4cba5e7fbe0d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)