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 | ??u?? | 0011111100111111011101010011111100111111 | 3f3f753f3f |
SJIS-WIN | ?但u?叩 | 00111111100100100100000101110101001111111001001001000000 | 3f9241753f9240 |
EUC-JP | ?但u?叩 | 00111111110000111010001001110101001111111100001110100001 | 3fc3a2753fc3a1 |
UTF-8 | 렺但u렺叩 | 11101011101000001011101011100100101111011000011001110101111010111010000010111010111001011000111110101001 | eba0bae4bd8675eba0bae58fa9 |
UHC | 렺但u렺叩 | 100011101100001011010011101000110111010110001110110000101100110110110000 | 8ec2d3a3758ec2cdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)