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 | 易??炎 | 100010001101010100111111001111111000100110001010 | 88d53f3f898a |
EUC-JP | 易??炎 | 101100001101011100111111001111111011000111101010 | b0d73f3fb1ea |
UTF-8 | 易뚨뿿炎 | 111001101001100010010011111010111001101010101000111010111011111110111111111001111000001010001110 | e69893eb9aa8ebbfbfe7828e |
UHC | 易뚨뿿炎 | 1110011010110110100011001110011110010111101111111110011011111010 | e6b68ce797bfe6fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)