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 | 蓖罷。玲 | 11100100111011011001010011101011101000011001011111100110 | e4ed94eba197e6 |
EUC-JP | 蓖罷。玲 | 1110100011101111110010001110110110001110101000011100111011101000 | e8efc8ed8ea1cee8 |
UTF-8 | 蓖罷。玲 | 111010001001001110010110111001111011110110110111111011111011110110100001111001111000111010110010 | e89396e7bdb7efbda1e78eb2 |
UHC | ?罷?玲 | 001111111111011111110011001111111101011010111100 | 3ff7f33fd6bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)