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 | 譚題ウ蛙 | 11100110100111011001000111101000101100111000101001011110 | e69d91e8b38a5e |
EUC-JP | 譚題ウ蛙 | 1110101111111101110000101110101010001110101100111011001110111111 | ebfdc2ea8eb3b3bf |
UTF-8 | 譚題ウ蛙 | 111010001010110110011010111010011010000110001100111011111011110110110011111010001001101110011001 | e8ad9ae9a18cefbdb3e89b99 |
UHC | 譚題?蛙 | 11010011110010011111000010111001001111111110100011000011 | d3c9f0b93fe8c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)