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 | 逶也名驤 | 1110011110011011100101101110011110010110101111001110100110001000 | e79b96e796bce988 |
EUC-JP | 逶也名驤 | 1110110111111011110011001110100111001100101111101111000111101000 | edfbcce9ccbef1e8 |
UTF-8 | 逶也名驤 | 111010011000000010110110111001001011100110011111111001011001000010001101111010011010100110100100 | e980b6e4b99fe5908de9a9a4 |
UHC | ?也名? | 001111111110010110100101110110011010001100111111 | 3fe5a5d9a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)