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 | 羝刻就蔕 | 1110001110110110100011011000111110001111010000011110010011110110 | e3b68d8f8f41e4f6 |
EUC-JP | 羝刻就蔕 | 1110011010111000101110011110111110111101101000101110100011111000 | e6b8b9efbda2e8f8 |
UTF-8 | 羝刻就蔕 | 111001111011111010011101111001011000100010111011111001011011000010110001111010001001010010010101 | e7be9de588bbe5b0b1e89495 |
UHC | ?刻就? | 001111111100101010111110111101101010011000111111 | 3fcabef6a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)