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 | 蛯呱胸雉畷カ | 1110010110000010100110011110101110001011101110011110100010110011100100111110101110110110 | e58299eb8bb9e8b393ebb6 |
EUC-JP | 蛯呱胸雉畷カ | 111010011110001011010010111011011011011010111011111100001011010111000110111011011000111010110110 | e9e2d2edb6bbf0b5c6ed8eb6 |
UTF-8 | 蛯呱胸雉畷カ | 111010001001101110101111111001011001000110110001111010001000001110111000111010011001101110001001111001111001010110110111111011111011110110110110 | e89bafe591b1e883b8e99b89e795b7efbdb6 |
UHC | ?呱胸雉?? | 001111111100110110110010111111011101100011110110110010110011111100111111 | 3fcdb2fdd8f6cb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)