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 | 絶?┣域ζ┣ | 1001000011100010001111111000010010110000100010001110011010000011110001001000010010110000 | 90e23f84b088e683c484b0 |
EUC-JP | 絶?┣域ζ┣ | 1100000011100100001111111010100010110010101100001110100010100110110001101010100010110010 | c0e43fa8b2b0e8a6c6a8b2 |
UTF-8 | 絶껅┣域ζ┣ | 1110011110110101101101101110101010111011100001011110001010010100101000111110010110011111100111111100111010110110111000101001010010100011 | e7b5b6eabb85e294a3e59f9fceb6e294a3 |
UHC | 絶껅┣域ζ┣ | 111011111011111010000011111001101010011010110010111001101011010010100101111001101010011010110010 | efbe83e6a6b2e6b4a5e6a6b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)