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 | 射芝邪屡 | 1000111011001011100011101100010110001110110101111000111011000110 | 8ecb8ec58ed78ec6 |
EUC-JP | 射芝邪屡 | 1011110011001101101111001100011110111100110110011011110011001000 | bccdbcc7bcd9bcc8 |
UTF-8 | 射芝邪屡 | 111001011011000010000100111010001000101010011101111010011000001010101010111001011011000110100001 | e5b084e88a9de982aae5b1a1 |
UHC | 射芝邪? | 11011110110100101111001010111001110111101111011100111111 | ded2f2b9def73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)