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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 穩ル?溢?? | 111000100111001010000011100010110011111110001000111011000011111100111111 | e272838b3f88ec3f3f |
EUC-JP | 穩ル?溢?? | 111000111101001110100101111010110011111110110000111011100011111100111111 | e3d3a5eb3fb0ee3f3f |
UTF-8 | 穩ル냵溢잋벧 | 111001111010100110101001111000111000001110101011111010111000001110110101111001101011101010100010111011001001111010001011111010111011001010100111 | e7a9a9e383abeb83b5e6baa2ec9e8bebb2a7 |
UHC | 穩ル냵溢잋벧 | 111010001011000110101011111010111000011010000101111011001110111010011111111001001011101010100110 | e8b1abeb8685ecee9fe4baa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)