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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ???縝? | 00111111001111110011111110001111110101001100010100111111 | 3f3f3f8fd4c53f |
UTF-8 | 롛롒렋縝렳 | 111010111010000110011011111010111010000110010010111010111010000010001011111001111011100010011101111010111010000010110011 | eba19beba192eba08be7b89deba0b3 |
UHC | 롛롒렋縝렳 | 10001110110111111000111011010111100011101010001011110010110111001000111011000000 | 8edf8ed78ea2f2dc8ec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)