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 | 奄?}奄?{^ | 100010011000001000111111011111011000100110000010001111110111101101011110 | 89823f7d89823f7b5e |
EUC-JP | 奄?}奄?{^ | 101100011110001000111111011111011011000111100010001111110111101101011110 | b1e23f7db1e23f7b5e |
UTF-8 | 奄턭}奄턭{^ | 111001011010010110000100111011011000010010101101011111011110010110100101100001001110110110000100101011010111101101011110 | e5a584ed84ad7de5a584ed84ad7b5e |
UHC | 奄턭}奄턭{^ | 1110010111110010101101100110111001111101111001011111001010110110011011100111101101011110 | e5f2b66e7de5f2b66e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)