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 | 奄턪}奄턪{^ | 111001011010010110000100111011011000010010101010011111011110010110100101100001001110110110000100101010100111101101011110 | e5a584ed84aa7de5a584ed84aa7b5e |
UHC | 奄턪}奄턪{^ | 1110010111110010101101100110101101111101111001011111001010110110011010110111101101011110 | e5f2b66b7de5f2b66b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)