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 | 琉덆퍌雅롦쎘囹 | 111011111010011110001100111010111000110110000110111011011000110110001100111010011001101110000101111010111010000110100110111011001000111010011000111011111010011010101001 | efa78ceb8d86ed8d8ce99b85eba1a6ec8e98efa6a9 |
UHC | 琉덆퍌雅롦쎘囹 | 1110101110100100100010001110100110111011100000111110010010111010100011101110011010011011101111111110011110101010 | eba488e9bb83e4ba8ee69bbfe7aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)