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 | ??揄?蜈? | 0011111100111111100111011000100100111111111001011000010100111111 | 3f3f9d893fe5853f |
EUC-JP | ??揄?蜈? | 0011111100111111110110011110100100111111111010011110010100111111 | 3f3fd9e93fe9e53f |
UTF-8 | 렱렚揄서蜈섞 | 111010111010000010110001111010111010000010011010111001101000111110000100111011001000010010011100111010001001110010001000111011001000010010011110 | eba0b1eba09ae68f84ec849ce89c88ec849e |
UHC | 렱렚揄서蜈섞 | 100011101011111010001110101011011110101011110001101111001010110111101000101001011011110010101111 | 8ebe8eadeaf1bcade8a5bcaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)