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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?棠???B | 00111111100111101010100100111111001111110011111101000010 | 3f9ea93f3f3f42 |
EUC-JP | ?棠???B | 00111111110111001010101100111111001111110011111101000010 | 3fdcab3f3f3f42 |
UTF-8 | 렺棠렺旽렑B | 11101011101000001011101011100110101000111010000011101011101000001011101011100110100101111011110111101011101000001001000101000010 | eba0bae6a3a0eba0bae697bdeba09142 |
UHC | 렺棠렺旽렑B | 1000111011000010110100111101011010001110110000101101010011000101100011101010011001000010 | 8ec2d3d68ec2d4c58ea642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)