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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 伊???雋 | 10001000110010010011111100111111001111111110100010110010 | 88c93f3f3fe8b2 |
EUC-JP | 伊???雋 | 10110000110010110011111100111111001111111111000010110100 | b0cb3f3f3ff0b4 |
UTF-8 | 伊멸렚렞雋 | 111001001011110010001010111010111010100110111000111010111010000010011010111010111010000010011110111010011001101110001011 | e4bc8aeba9b8eba09aeba09ee99b8b |
UHC | 伊멸렚렞雋 | 11101100101001011011100011101010100011101010110110001110101011111111000111100110 | eca5b8ea8ead8eaff1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)