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 | 吾?Н筌 | 10001100111000010011111110000100010011101110001010100011 | 8ce13f844ee2a3 |
EUC-JP | 吾?Н筌 | 10111000111000110011111110100111101011111110010010100101 | b8e33fa7afe4a5 |
UTF-8 | 吾몃Н筌 | 1110010110010000101111101110101110101010100000111101000010011101111001111010110110001100 | e590beebaa83d09de7ad8c |
UHC | 吾몃Н筌 | 1110011111101110101110001110101110101100101011111110111110100111 | e7eeb8ebacafefa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)