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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 枝葛?錚 | 10001110011111011000101010001011001111111110100001000010 | 8e7d8a8b3fe842 |
EUC-JP | 枝葛?錚 | 10111011110111101011001111101011001111111110111110100011 | bbdeb3eb3fefa3 |
UTF-8 | 枝葛쨀錚 | 111001101001111010011101111010001001000110011011111011001010100010000000111010011000110010011010 | e69e9de8919beca880e98c9a |
UHC | 枝葛쨀錚 | 1111001010101011110010101110011111000010101100111110111010110110 | f2abcae7c2b3eeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)