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 | ??i? | 0011111100111111100000101000100100111111 | 3f3f82893f |
EUC-JP | ??i? | 0011111100111111101000111110100100111111 | 3f3fa3e93f |
UTF-8 | 없뭘i덫 | 111011001001011110000110111010111010110110011000111011111011110110001001111010111000110110101011 | ec9786ebad98efbd89eb8dab |
UHC | 없뭘i덫 | 1011111011111000101110011011101110100011111010011011010110100011 | bef8b9bba3e9b5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)