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 | ??b}??b{^ | 001111110011111101100010011111010011111100111111011000100111101101011110 | 3f3f627d3f3f627b5e |
SJIS-WIN | 偲自b}偲自b{^ | 10001110110000111000111010101001011000100111110110001110110000111000111010101001011000100111101101011110 | 8ec38ea9627d8ec38ea9627b5e |
EUC-JP | 偲自b}偲自b{^ | 10111100110001011011110010101011011000100111110110111100110001011011110010101011011000100111101101011110 | bcc5bcab627dbcc5bcab627b5e |
UTF-8 | 偲自b}偲自b{^ | 1110010110000001101100101110100010000111101010100110001001111101111001011000000110110010111010001000011110101010011000100111101101011110 | e581b2e887aa627de581b2e887aa627b5e |
UHC | ?自b}?自b{^ | 0011111111101101101110110110001001111101001111111110110110111011011000100111101101011110 | 3fedbb627d3fedbb627b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)