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 | ×ôÞì | 11010111111101001101111011101100 | d7f4deec |
SJIS-WIN | ×??? | 1000000101111110001111110011111100111111 | 817e3f3f3f |
EUC-JP | ×ôÞì | 1010000111011111100011111010101111010100100011111010100110110000100011111010101111000000 | a1df8fabd48fa9b08fabc0 |
UTF-8 | ×ôÞì | 1100001110010111110000111011010011000011100111101100001110101100 | c397c3b4c39ec3ac |
UHC | ×?Þ? | 101000011011111100111111101010001010110100111111 | a1bf3fa8ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)