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 | 奄?じ葉 | 10001001100000100011111110000010101101101001011101110100 | 89823f82b69774 |
EUC-JP | 奄?じ葉 | 10110001111000100011111110100100101110001100110111010101 | b1e23fa4b8cdd5 |
UTF-8 | 奄뫄じ葉 | 111001011010010110000100111010111010101110000100111000111000000110011000111010001001000110001001 | e5a584ebab84e38198e89189 |
UHC | 奄뫄じ葉 | 1110010111110010101110001111101010101010101110001110011110101000 | e5f2b8faaab8e7a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)