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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 射芝邪屡蔕 | 10001110110010111000111011000101100011101101011110001110110001101110010011110110 | 8ecb8ec58ed78ec6e4f6 |
EUC-JP | 射芝邪屡蔕 | 10111100110011011011110011000111101111001101100110111100110010001110100011111000 | bccdbcc7bcd9bcc8e8f8 |
UTF-8 | 射芝邪屡蔕 | 111001011011000010000100111010001000101010011101111010011000001010101010111001011011000110100001111010001001010010010101 | e5b084e88a9de982aae5b1a1e89495 |
UHC | 射芝邪?? | 1101111011010010111100101011100111011110111101110011111100111111 | ded2f2b9def73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)