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 | 貍秀貍蹴 | 1110011010111100100011110100011111100110101111001000111101010010 | e6bc8f47e6bc8f52 |
EUC-JP | 貍秀貍蹴 | 1110110010111110101111011010100011101100101111101011110110110011 | ecbebda8ecbebdb3 |
UTF-8 | 貍秀貍蹴 | 111010001011001010001101111001111010011110000000111010001011001010001101111010001011100110110100 | e8b28de7a780e8b28de8b9b4 |
UHC | ?秀?蹴 | 001111111110001010110011001111111111010111101101 | 3fe2b33ff5ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)