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 | 池基??霆 | 1001001001110010100010101110111000111111001111111110100010111011 | 92728aee3f3fe8bb |
EUC-JP | 池基??霆 | 1100001111010011101101001111000000111111001111111111000010111101 | c3d3b4f03f3ff0bd |
UTF-8 | 池基렰렟霆 | 111001101011000110100000111001011001111110111010111010111010000010110000111010111010000010011111111010011001110010000110 | e6b1a0e59fbaeba0b0eba09fe99c86 |
UHC | 池基렰렟霆 | 11110010101011101101000011110001100011101011110110001110101100001110111111111101 | f2aed0f18ebd8eb0effd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)