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 | 蟻れ?? | 100010110110000110000010111010100011111100111111 | 8b6182ea3f3f |
EUC-JP | 蟻れ?焰 | 1011010111000010101001001110110000111111100011111100100111101111 | b5c2a4ec3f8fc9ef |
UTF-8 | 蟻れ뒽焰 | 111010001001111110111011111000111000001010001100111010111001001010111101111001111000010010110000 | e89fbbe3828ceb92bde784b0 |
UHC | 蟻れ뒽焰 | 1110101111111100101010101110110010001010101100111110011011111011 | ebfcaaec8ab3e6fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)