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 | 絶??隘?┣ | 100100001110001000111111001111111110100010100101001111111000010010110000 | 90e23f3fe8a53f84b0 |
EUC-JP | 絶??隘?┣ | 110000001110010000111111001111111111000010100111001111111010100010110010 | c0e43f3ff0a73fa8b2 |
UTF-8 | 絶껂퐱隘됪┣ | 111001111011010110110110111010101011101110000010111011011001000010110001111010011001101010011000111010111001000010101010111000101001010010100011 | e7b5b6eabb82ed90b1e99a98eb90aae294a3 |
UHC | 絶껂퐱隘됪┣ | 111011111011111010000011111001001011110110011010111001001111011010001001111001101010011010110010 | efbe83e4bd9ae4f689e6a6b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)