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 | 癲ル?鎰? | 1110000110011111100000111000101100111111111010000100110000111111 | e19f838b3fe84c3f |
EUC-JP | 癲ル?鎰? | 1110001010100001101001011110101100111111111011111010110100111111 | e2a1a5eb3fefad3f |
UTF-8 | 癲ル슚鎰뾈 | 111001111001100110110010111000111000001110101011111011001000101010011010111010011000111010110000111010111011111010001000 | e799b2e383abec8a9ae98eb0ebbe88 |
UHC | 癲ル슚鎰뾈 | 11101111101001101010101111101011100110101010100011101100111100001001011101000110 | efa6abeb9aa8ecf09746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)