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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 轢熟}轢熟{^ | 1110011110000000100011110110111001111101111001111000000010001111011011100111101101011110 | e7808f6e7de7808f6e7b5e |
EUC-JP | 轢熟}轢熟{^ | 1110110111100000101111011100111101111101111011011110000010111101110011110111101101011110 | ede0bdcf7dede0bdcf7b5e |
UTF-8 | 轢熟}轢熟{^ | 111010001011110110100010111001111000011010011111011111011110100010111101101000101110011110000110100111110111101101011110 | e8bda2e7869f7de8bda2e7869f7b5e |
UHC | 轢熟}轢熟{^ | 1101010111111001111000101101100101111101110101011111100111100010110110010111101101011110 | d5f9e2d97dd5f9e2d97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)