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 | 絶?┸域ζ┣ | 1001000011100010001111111000010010111101100010001110011010000011110001001000010010110000 | 90e23f84bd88e683c484b0 |
EUC-JP | 絶?┸域ζ┣ | 1100000011100100001111111010100010111111101100001110100010100110110001101010100010110010 | c0e43fa8bfb0e8a6c6a8b2 |
UTF-8 | 絶껆┸域ζ┣ | 1110011110110101101101101110101010111011100001101110001010010100101110001110010110011111100111111100111010110110111000101001010010100011 | e7b5b6eabb86e294b8e59f9fceb6e294a3 |
UHC | 絶껆┸域ζ┣ | 111011111011111010000011111001111010011010111111111001101011010010100101111001101010011010110010 | efbe83e7a6bfe6b4a5e6a6b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)