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 | 芽??壓 | 100010011110100000111111001111111001101011011000 | 89e83f3f9ad8 |
EUC-JP | 芽??壓 | 101100101110101000111111001111111101010011011010 | b2ea3f3fd4da |
UTF-8 | 芽됥둍壓 | 111010001000101010111101111010111001000010100101111010111001000110001101111001011010001110010011 | e88abdeb90a5eb918de5a393 |
UHC | 芽됥둍壓 | 1110010010110100100010011110001110001010010010011110010011100010 | e4b489e38a49e4e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)