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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 罸順挨粳 | 1110001110101101100011111000011110001000101001011110001011101001 | e3ad8f8788a5e2e9 |
EUC-JP | 罸順挨粳 | 1110011010101111101111011110011110110000101001111110010011101011 | e6afbde7b0a7e4eb |
UTF-8 | 罸順挨粳 | 111001111011110110111000111010011010000010000110111001101000110010101000111001111011001010110011 | e7bdb8e9a086e68ca8e7b2b3 |
UHC | ?順?粳 | 001111111110001011110111001111111100101111010111 | 3fe2f73fcbd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)