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 | ?漏??? | 001111111001100001010010001111110011111100111111 | 3f98523f3f3f |
EUC-JP | ?漏??? | 001111111100111110110011001111110011111100111111 | 3fcfb33f3f3f |
UTF-8 | 렺漏렺旼렰 | 111010111010000010111010111001101011110010001111111010111010000010111010111001101001011110111100111010111010000010110000 | eba0bae6bc8feba0bae697bceba0b0 |
UHC | 렺漏렺旼렰 | 10001110110000101101011110101001100011101100001011011010110001001000111010111101 | 8ec2d7a98ec2dac48ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)