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 | ?班?? | 0011111110010100110001110011111100111111 | 3f94c73f3f |
EUC-JP | ?班?? | 0011111111001000110010010011111100111111 | 3fc8c93f3f |
UTF-8 | 뤾班ㆀ랖 | 111010111010010010111110111001111000111110101101111000111000011010000000111010111001111010010110 | eba4bee78fade38680eb9e96 |
UHC | 뤾班ㆀ랖 | 1000111111101010110110101110110010100100111100001011011011111101 | 8feadaeca4f0b6fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)