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 | 借ⅳ湘。 | 10001110110110001111101001000011100011111100001110100001 | 8ed8fa438fc3a1 |
EUC-JP | 借?湘。 | 10111100110110100011111110111110110001011000111010100001 | bcda3fbec58ea1 |
UTF-8 | 借ⅳ湘。 | 111001011000000010011111111000101000010110110011111001101011100110011000111011111011110110100001 | e5809fe285b3e6b998efbda1 |
UHC | 借ⅳ湘? | 11110011101010001010010110100100110111111100111100111111 | f3a8a5a4dfcf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)