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 | ?o?EY?o?EbE | 0011111101101111001111110100010101011001001111110110111100111111010001010110001001000101 | 3f6f3f45593f6f3f456245 |
SJIS-WIN | ?o?EY?o?EbE | 0011111101101111001111110100010101011001001111110110111100111111010001010110001001000101 | 3f6f3f45593f6f3f456245 |
EUC-JP | ?o?EY?o?EbE | 0011111101101111001111110100010101011001001111110110111100111111010001010110001001000101 | 3f6f3f45593f6f3f456245 |
UTF-8 | 찼o혺EY찼o혺EbE | 11101100101100001011110001101111111011011001100010111010010001010101100111101100101100001011110001101111111011011001100010111010010001010110001001000101 | ecb0bc6fed98ba4559ecb0bc6fed98ba456245 |
UHC | 찼o혺EY찼o혺EbE | 110000111010000101101111110000101001111101000101010110011100001110100001011011111100001010011111010001010110001001000101 | c3a16fc29f4559c3a16fc29f456245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)