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 | 褶?}褶?{^ | 111001011111011100111111011111011110010111110111001111110111101101011110 | e5f73f7de5f73f7b5e |
EUC-JP | 褶?}褶?{^ | 111010101111100100111111011111011110101011111001001111110111101101011110 | eaf93f7deaf93f7b5e |
UTF-8 | 褶쒳}褶쒳{^ | 111010001010010010110110111011001001001010110011011111011110100010100100101101101110110010010010101100110111101101011110 | e8a4b6ec92b37de8a4b6ec92b37b5e |
UHC | 褶쒳}褶쒳{^ | 1110001110101000100111010100101001111101111000111010100010011101010010100111101101011110 | e3a89d4a7de3a89d4a7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)