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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 衍??揄?? | 1001111110100101001111110011111110011101100010010011111100111111 | 9fa53f3f9d893f3f |
EUC-JP | 衍??揄?? | 1101111010100111001111110011111111011001111010010011111100111111 | dea73f3fd9e93f3f |
UTF-8 | 衍겹깾揄끾쓱 | 111010001010000110001101111010101011001010111001111010101011100110111110111001101000111110000100111010111000000110111110111011001001001110110001 | e8a18deab2b9eab9bee68f84eb81beec93b1 |
UHC | 衍겹깾揄끾쓱 | 111001101110001010110000111000111000001110100111111010101111000110000101111001101011111010110011 | e6e2b0e383a7eaf185e6beb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)