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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???雅??? | 0011111100111111001111111000100111101011001111110011111100111111 | 3f3f3f89eb3f3f3f |
EUC-JP | ???雅??? | 0011111100111111001111111011001011101101001111110011111100111111 | 3f3f3fb2ed3f3f3f |
UTF-8 | 琉쀦씟雅롦쎘亮 | 111011111010011110001100111011001000000010100110111011001001010010011111111010011001101110000101111010111010000110100110111011001000111010011000111011111010010110110111 | efa78cec80a6ec949fe99b85eba1a6ec8e98efa5b7 |
UHC | 琉쀦씟雅롦쎘亮 | 1110101110100100100101111110011010011101101100111110010010111010100011101110011010011011101111111110010110111001 | eba497e69db3e4ba8ee69bbfe5b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)