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 | 蓚甞}蓚甞{^ | 1110010011101001111000010101001001111101111001001110100111100001010100100111101101011110 | e4e9e1527de4e9e1527b5e |
EUC-JP | 蓚甞}蓚甞{^ | 1110100011101011111000011011001101111101111010001110101111100001101100110111101101011110 | e8ebe1b37de8ebe1b37b5e |
UTF-8 | 蓚甞}蓚甞{^ | 111010001001001110011010111001111001010010011110011111011110100010010011100110101110011110010100100111100111101101011110 | e8939ae7949e7de8939ae7949e7b5e |
UHC | 蓚?}蓚?{^ | 111000101011111000111111011111011110001010111110001111110111101101011110 | e2be3f7de2be3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)