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 | 弱?え?? | 10001110111000110011111110000010101001100011111100111111 | 8ee33f82a63f3f |
EUC-JP | 弱?え?? | 10111100111001010011111110100100101010000011111100111111 | bce53fa4a83f3f |
UTF-8 | 弱면え柳껧 | 111001011011110010110001111010111010100110110100111000111000000110001000111011111010011110001001111010101011101110100111 | e5bcb1eba9b4e38188efa789eabba7 |
UHC | 弱면え柳껧 | 11100101101100001011100011101001101010101010100011101010111101111000010001000010 | e5b0b8e9aaa8eaf78442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)