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 | 芽??壓? | 10001001111010000011111100111111100110101101100000111111 | 89e83f3f9ad83f |
EUC-JP | 芽??壓? | 10110010111010100011111100111111110101001101101000111111 | b2ea3f3fd4da3f |
UTF-8 | 芽됥둍壓땲 | 111010001000101010111101111010111001000010100101111010111001000110001101111001011010001110010011111010111001010110110010 | e88abdeb90a5eb918de5a393eb95b2 |
UHC | 芽됥둍壓땲 | 11100100101101001000100111100011100010100100100111100100111000101000101110001000 | e4b489e38a49e4e28b88 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)