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 | 池???? | 100100100111001000111111001111110011111100111111 | 92723f3f3f3f |
EUC-JP | 池?沅?? | 1100001111010011001111111000111111000110111010010011111100111111 | c3d33f8fc6e93f3f |
UTF-8 | 池렡沅숄렰 | 111001101011000110100000111010111010000010100001111001101011001010000101111011001000100010000100111010111010000010110000 | e6b1a0eba0a1e6b285ec8884eba0b0 |
UHC | 池렡沅숄렰 | 11110010101011101000111010110010111010101011011010111100111100011000111010111101 | f2ae8eb2eab6bcf18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)